1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:17:35 +00:00

LibWeb: Support "normal" and "stretch" justify-content in CSS parser

This commit is contained in:
Aliaksandr Kalenik 2024-01-04 08:16:06 +01:00 committed by Andreas Kling
parent b395cfccb0
commit 56ff9bffae
4 changed files with 11 additions and 3 deletions

View file

@ -1264,7 +1264,7 @@
},
"justify-content": {
"inherited": false,
"initial": "flex-start",
"initial": "normal",
"valid-types": [
"justify-content"
]