mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 01:17:46 +00:00
LibWeb: Parse the CSS "flex-direction" property
This commit is contained in:
parent
fd7920fa8f
commit
149f10b0b9
7 changed files with 43 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
|||
"capitalize",
|
||||
"center",
|
||||
"circle",
|
||||
"column",
|
||||
"column-reverse",
|
||||
"dashed",
|
||||
"decimal",
|
||||
"disc",
|
||||
|
@ -98,6 +100,8 @@
|
|||
"relative",
|
||||
"ridge",
|
||||
"right",
|
||||
"row",
|
||||
"row-reverse",
|
||||
"small",
|
||||
"smaller",
|
||||
"solid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue