Skip to content

Commit e10ec2c

Browse files
authored
Firefox Nightly adds CSS module scripts (#28277)
FF145 css import attribute
1 parent fdd723b commit e10ec2c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

javascript/statements.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,14 @@
17561756
},
17571757
"edge": "mirror",
17581758
"firefox": {
1759-
"version_added": false,
1759+
"version_added": "preview",
1760+
"flags": [
1761+
{
1762+
"type": "preference",
1763+
"name": "layout.css.module-scripts.enabled",
1764+
"value_to_set": "true"
1765+
}
1766+
],
17601767
"impl_url": "https://bugzil.la/1720570"
17611768
},
17621769
"firefox_android": "mirror",

0 commit comments

Comments
 (0)