mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
style: Remove the grid pref.
Bug: 1398492 Reviewed-by: mats MozReview-Commit-ID: 6Qez8NE8oze
This commit is contained in:
parent
c9e3fabdfd
commit
af3a50a9d9
2 changed files with 0 additions and 11 deletions
|
@ -103,7 +103,6 @@
|
|||
</%helpers:shorthand>
|
||||
|
||||
<%helpers:shorthand name="grid-gap" sub_properties="grid-row-gap grid-column-gap"
|
||||
gecko_pref="layout.css.grid.enabled"
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-grid-gap"
|
||||
products="gecko">
|
||||
use properties::longhands::{grid_row_gap, grid_column_gap};
|
||||
|
@ -135,7 +134,6 @@
|
|||
|
||||
% for kind in ["row", "column"]:
|
||||
<%helpers:shorthand name="grid-${kind}" sub_properties="grid-${kind}-start grid-${kind}-end"
|
||||
gecko_pref="layout.css.grid.enabled"
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-grid-${kind}"
|
||||
products="gecko">
|
||||
use values::specified::GridLine;
|
||||
|
@ -175,7 +173,6 @@
|
|||
% endfor
|
||||
|
||||
<%helpers:shorthand name="grid-area"
|
||||
gecko_pref="layout.css.grid.enabled"
|
||||
sub_properties="grid-row-start grid-row-end grid-column-start grid-column-end"
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-grid-area"
|
||||
products="gecko">
|
||||
|
@ -241,7 +238,6 @@
|
|||
</%helpers:shorthand>
|
||||
|
||||
<%helpers:shorthand name="grid-template"
|
||||
gecko_pref="layout.css.grid.enabled"
|
||||
sub_properties="grid-template-rows grid-template-columns grid-template-areas"
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-grid-template"
|
||||
products="gecko">
|
||||
|
@ -463,7 +459,6 @@
|
|||
</%helpers:shorthand>
|
||||
|
||||
<%helpers:shorthand name="grid"
|
||||
gecko_pref="layout.css.grid.enabled"
|
||||
sub_properties="grid-template-rows grid-template-columns grid-template-areas
|
||||
grid-auto-rows grid-auto-columns grid-auto-flow"
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-grid"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue