const rules: string[] = [ 'iframe { background: #ccc }', 'noscript { display: none !important; }', ]; export default rules;