summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-02 12:13:12 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-02 12:13:12 -0500
commitd4d548b757218feb9628f39ae4e601342ba96642 (patch)
treed681229bf3bc5bd228b6863fb94011b697a03c86 /system
parent7d9902261cc16bb264e57b568609370c8e8c1644 (diff)
downloadaura-central-d4d548b757218feb9628f39ae4e601342ba96642.tar.gz
[Layout/CSS] Support updated box alignment spec on gap properties
Mozilla Bugs 1398492 1398482 1398483 145482 1473044 1473047 1612401 1639627 1458902
Diffstat (limited to 'system')
-rw-r--r--system/platform-prefs.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/platform-prefs.js b/system/platform-prefs.js
index 8d4d6b98d..2a8acb7bc 100644
--- a/system/platform-prefs.js
+++ b/system/platform-prefs.js
@@ -2377,9 +2377,6 @@ pref("layout.css.variables.enabled", true);
// Is support for CSS overflow-clip-box enabled for non-UA sheets?
pref("layout.css.overflow-clip-box.enabled", false);
-// Is support for CSS grid enabled?
-pref("layout.css.grid.enabled", true);
-
// Is support for CSS "grid-template-{columns,rows}: subgrid X" enabled?
pref("layout.css.grid-template-subgrid-value.enabled", false);