Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3cdce55

Browse files
committed
Bug 855455: Turn on @supports in release builds. r=heycam
1 parent b5a48e2 commit 3cdce55

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • modules/libpref/src/init

modules/libpref/src/init/all.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,11 +1702,7 @@ pref("layout.css.masking.enabled", true);
17021702
#endif
17031703

17041704
// Is support for the the @supports rule enabled?
1705-
#ifdef RELEASE_BUILD
1706-
pref("layout.css.supports-rule.enabled", false);
1707-
#else
17081705
pref("layout.css.supports-rule.enabled", true);
1709-
#endif
17101706

17111707
// Is support for CSS Flexbox enabled?
17121708
pref("layout.css.flexbox.enabled", true);

0 commit comments

Comments
 (0)