mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
LibWeb: Parse and resolve flex: shorthand
This commit is contained in:
parent
ae61e9ded2
commit
ce7c8e215f
2 changed files with 55 additions and 0 deletions
|
@ -203,6 +203,13 @@
|
|||
"inherited": false,
|
||||
"initial": "inline"
|
||||
},
|
||||
"flex": {
|
||||
"longhands": [
|
||||
"flex-grow",
|
||||
"flex-shrink",
|
||||
"flex-basis"
|
||||
]
|
||||
},
|
||||
"flex-basis": {
|
||||
"inherited": false,
|
||||
"initial": "content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue