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 dc06efb commit 7a9b1fbCopy full SHA for 7a9b1fb
modules/libpref/init/StaticPrefList.yaml
@@ -9720,6 +9720,13 @@
9720
mirror: always
9721
rust: true
9722
9723
+# Whether to enable CSS Module Scripts support.
9724
+# https://html.spec.whatwg.org/#creating-a-css-module-script
9725
+- name: layout.css.module-scripts.enabled
9726
+ type: RelaxedAtomicBool
9727
+ value: false
9728
+ mirror: always
9729
+
9730
# Override DPI. A value of -1 means use the maximum of 96 and the system DPI.
9731
# A value of 0 means use the system DPI. A positive value is used as the DPI.
9732
# This sets the physical size of a device pixel and thus controls the
0 commit comments