summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFranklinDM <mrmineshafter17@gmail.com>2022-04-02 00:49:25 +0800
committerFranklinDM <mrmineshafter17@gmail.com>2022-04-02 23:13:54 +0800
commit121ee9438ce8b4ce19f718a38d49307b483097fa (patch)
treec9d974108192422b838504eba1173fb240ecb61a /modules
parentba4eba034f726bbafe1fea841b2613d4e37e6cad (diff)
downloaduxp-121ee9438ce8b4ce19f718a38d49307b483097fa.tar.gz
Issue #1838 - Part 1: Remove CSS grid preference
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1398492
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 9e0fdac5da..8e7c5eea01 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -2524,9 +2524,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);