1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 02:27:35 +00:00

LibWeb: Parse the CSS "flex-direction" property

This commit is contained in:
Andreas Kling 2021-01-18 17:41:57 +01:00
parent fd7920fa8f
commit 149f10b0b9
7 changed files with 43 additions and 0 deletions

View file

@ -168,6 +168,10 @@
"inherited": false,
"initial": "inline"
},
"flex-direction": {
"inherited": false,
"initial": "row"
},
"float": {
"inherited": false,
"initial": "none"