1
Fork 0
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:
implicitfield 2022-12-20 21:16:29 +02:00 committed by Andreas Kling
parent 4819ebe831
commit e75eb21a54
3 changed files with 20 additions and 0 deletions

View file

@ -142,6 +142,8 @@
"optimizequality=smooth"
],
"justify-content": [
"start",
"end",
"flex-start",
"flex-end",
"center",

View file

@ -109,6 +109,7 @@
"double",
"e-resize",
"enabled",
"end",
"ew-resize",
"fantasy",
"fast",
@ -249,6 +250,7 @@
"srgb",
"standalone",
"standard",
"start",
"static",
"sticky",
"stretch",