mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
LibWeb: Add support for parsing grid-auto-flow
CSS property
Co-Authored-By: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
parent
1a5533e528
commit
703c2bb06e
13 changed files with 168 additions and 0 deletions
|
@ -1129,6 +1129,10 @@
|
|||
],
|
||||
"percentages-resolve-to": "length"
|
||||
},
|
||||
"grid-auto-flow": {
|
||||
"inherited": false,
|
||||
"initial": "row"
|
||||
},
|
||||
"grid-auto-rows": {
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue