We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f0946 commit 9155521Copy full SHA for 9155521
modules/libpref/init/StaticPrefList.yaml
@@ -9715,6 +9715,13 @@
9715
mirror: always
9716
rust: true
9717
9718
+# Whether to enable CSS Module Scripts support.
9719
+# https://html.spec.whatwg.org/#creating-a-css-module-script
9720
+- name: layout.css.module-scripts.enabled
9721
+ type: RelaxedAtomicBool
9722
+ value: false
9723
+ mirror: always
9724
+
9725
# Override DPI. A value of -1 means use the maximum of 96 and the system DPI.
9726
# A value of 0 means use the system DPI. A positive value is used as the DPI.
9727
# This sets the physical size of a device pixel and thus controls the
0 commit comments