Skip to content

Commit 9155521

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 b9f0946 commit 9155521

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
@@ -9715,6 +9715,13 @@
97159715
mirror: always
97169716
rust: true
97179717

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

0 commit comments

Comments
 (0)