1
Fork 0
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:
Tobias Christiansen 2021-05-30 12:25:10 +02:00 committed by Ali Mohammad Pur
parent e6545d5259
commit ead864acf3
2 changed files with 21 additions and 0 deletions

View file

@ -207,6 +207,12 @@
"inherited": false,
"initial": "row"
},
"flex-flow": {
"longhands": [
"flex-direction",
"flex-wrap"
]
},
"flex-wrap": {
"inherited": false,
"initial": "nowrap"