mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:37:35 +00:00
LibWeb: Add parsing for the justify-content property
This commit is contained in:
parent
fb66feef5e
commit
80a44c3891
7 changed files with 45 additions and 0 deletions
|
@ -87,6 +87,8 @@
|
|||
"ew-resize",
|
||||
"fixed",
|
||||
"flex",
|
||||
"flex-start",
|
||||
"flex-end",
|
||||
"full-size-kana",
|
||||
"full-width",
|
||||
"grab",
|
||||
|
@ -145,6 +147,8 @@
|
|||
"smaller",
|
||||
"solid",
|
||||
"space",
|
||||
"space-around",
|
||||
"space-between",
|
||||
"square",
|
||||
"s-resize",
|
||||
"static",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue