mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Parse and resolve flex-flow property
This commit is contained in:
parent
e6545d5259
commit
ead864acf3
2 changed files with 21 additions and 0 deletions
|
@ -207,6 +207,12 @@
|
|||
"inherited": false,
|
||||
"initial": "row"
|
||||
},
|
||||
"flex-flow": {
|
||||
"longhands": [
|
||||
"flex-direction",
|
||||
"flex-wrap"
|
||||
]
|
||||
},
|
||||
"flex-wrap": {
|
||||
"inherited": false,
|
||||
"initial": "nowrap"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue