mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Parse flex-basis
Flex-basis accepts either 'content' or a Length.
This commit is contained in:
parent
27704f5f9e
commit
ae3e6510d6
7 changed files with 39 additions and 0 deletions
|
@ -203,6 +203,10 @@
|
|||
"inherited": false,
|
||||
"initial": "inline"
|
||||
},
|
||||
"flex-basis": {
|
||||
"inherited": false,
|
||||
"initial": "content"
|
||||
},
|
||||
"flex-direction": {
|
||||
"inherited": false,
|
||||
"initial": "row"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue