mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
style: Add gecko_pref annotation to the properties.
This commit is contained in:
parent
f4683d1718
commit
187d28c732
16 changed files with 42 additions and 2 deletions
|
@ -462,6 +462,7 @@
|
|||
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"
|
||||
gecko_pref="layout.css.grid.enabled"
|
||||
products="gecko">
|
||||
use parser::Parse;
|
||||
use properties::longhands::{grid_auto_columns, grid_auto_rows, grid_auto_flow};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue