mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Replace existing GridAutoFlow struct with a bitflags!
backed one.
Differential Revision: https://phabricator.services.mozilla.com/D62787
This commit is contained in:
parent
0e3c122890
commit
cf20c627b5
3 changed files with 75 additions and 112 deletions
|
@ -375,7 +375,7 @@ ${helpers.predefined_type(
|
|||
${helpers.predefined_type(
|
||||
"grid-auto-flow",
|
||||
"GridAutoFlow",
|
||||
"computed::GridAutoFlow::row()",
|
||||
"computed::GridAutoFlow::ROW",
|
||||
engines="gecko",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-grid-auto-flow",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue