diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2022-04-02 00:49:25 +0800 |
---|---|---|
committer | FranklinDM <mrmineshafter17@gmail.com> | 2022-04-02 23:13:54 +0800 |
commit | 121ee9438ce8b4ce19f718a38d49307b483097fa (patch) | |
tree | c9d974108192422b838504eba1173fb240ecb61a /modules | |
parent | ba4eba034f726bbafe1fea841b2613d4e37e6cad (diff) | |
download | uxp-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.js | 3 |
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); |