mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 00:47:45 +00:00
LibWeb: Add support for justify-self property in CSS parser
This commit is contained in:
parent
fbab9bc330
commit
fedbb39e9e
7 changed files with 39 additions and 0 deletions
|
@ -176,6 +176,21 @@
|
|||
"space-around",
|
||||
"space-evenly"
|
||||
],
|
||||
"justify-self": [
|
||||
"auto",
|
||||
"baseline",
|
||||
"center",
|
||||
"end",
|
||||
"flex-end",
|
||||
"flex-start",
|
||||
"normal",
|
||||
"safe",
|
||||
"self-end",
|
||||
"self-start",
|
||||
"start",
|
||||
"stretch",
|
||||
"unsafe"
|
||||
],
|
||||
"line-style": [
|
||||
"none",
|
||||
"hidden",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue