mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:47:34 +00:00
LibWeb: Add parsing for flex-wrap property
This commit is contained in:
parent
72d5394b8c
commit
e6545d5259
7 changed files with 38 additions and 0 deletions
|
@ -207,6 +207,10 @@
|
|||
"inherited": false,
|
||||
"initial": "row"
|
||||
},
|
||||
"flex-wrap": {
|
||||
"inherited": false,
|
||||
"initial": "nowrap"
|
||||
},
|
||||
"float": {
|
||||
"inherited": false,
|
||||
"initial": "none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue