mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 841876: Enable flexbox pref in release builds. r=dbaron
This commit is contained in:
parent
035b68ac7f
commit
485fdf0ee7
@ -1709,11 +1709,7 @@ pref("layout.css.supports-rule.enabled", true);
|
||||
#endif
|
||||
|
||||
// Is support for CSS Flexbox enabled?
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("layout.css.flexbox.enabled", false);
|
||||
#else
|
||||
pref("layout.css.flexbox.enabled", true);
|
||||
#endif
|
||||
|
||||
// Are sets of prefixed properties supported?
|
||||
pref("layout.css.prefixes.border-image", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user