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

LibWeb: Add support for justify-self property in CSS parser

This commit is contained in:
Aliaksandr Kalenik 2023-07-14 14:41:22 +02:00 committed by Andreas Kling
parent fbab9bc330
commit fedbb39e9e
7 changed files with 39 additions and 0 deletions

View file

@ -1260,6 +1260,13 @@
"justify-content"
]
},
"justify-self": {
"inherited": false,
"initial": "auto",
"valid-types": [
"justify-self"
]
},
"left": {
"inherited": false,
"initial": "auto",