Skip to content

Commit 7a9b1fb

Browse files
committed
Bug 1720570 - Add pref for css module scripts; r=layout-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D263408
1 parent dc06efb commit 7a9b1fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/libpref/init/StaticPrefList.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9720,6 +9720,13 @@
97209720
mirror: always
97219721
rust: true
97229722

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+
97239730
# Override DPI. A value of -1 means use the maximum of 96 and the system DPI.
97249731
# A value of 0 means use the system DPI. A positive value is used as the DPI.
97259732
# This sets the physical size of a device pixel and thus controls the

0 commit comments

Comments
 (0)