mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:17:45 +00:00
LibWeb: Add flex-grow and flex-shrink
They get parsed and are available to the programmer of Layouts :^)
This commit is contained in:
parent
af4d80af4d
commit
ae61e9ded2
5 changed files with 46 additions and 1 deletions
|
@ -217,6 +217,14 @@
|
|||
"flex-wrap"
|
||||
]
|
||||
},
|
||||
"flex-grow": {
|
||||
"inherited": false,
|
||||
"initial": 0
|
||||
},
|
||||
"flex-shrink": {
|
||||
"inherited": false,
|
||||
"initial": 0
|
||||
},
|
||||
"flex-wrap": {
|
||||
"inherited": false,
|
||||
"initial": "nowrap"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue