mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibWeb: Support "start" and "end" values for justify-content
This commit is contained in:
parent
4819ebe831
commit
e75eb21a54
3 changed files with 20 additions and 0 deletions
|
@ -142,6 +142,8 @@
|
|||
"optimizequality=smooth"
|
||||
],
|
||||
"justify-content": [
|
||||
"start",
|
||||
"end",
|
||||
"flex-start",
|
||||
"flex-end",
|
||||
"center",
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
"double",
|
||||
"e-resize",
|
||||
"enabled",
|
||||
"end",
|
||||
"ew-resize",
|
||||
"fantasy",
|
||||
"fast",
|
||||
|
@ -249,6 +250,7 @@
|
|||
"srgb",
|
||||
"standalone",
|
||||
"standard",
|
||||
"start",
|
||||
"static",
|
||||
"sticky",
|
||||
"stretch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue