1
Fork 0
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:
Tobias Christiansen 2021-06-01 15:50:17 +02:00 committed by Ali Mohammad Pur
parent ae61e9ded2
commit ce7c8e215f
2 changed files with 55 additions and 0 deletions

View file

@ -203,6 +203,13 @@
"inherited": false,
"initial": "inline"
},
"flex": {
"longhands": [
"flex-grow",
"flex-shrink",
"flex-basis"
]
},
"flex-basis": {
"inherited": false,
"initial": "content"