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

LibWeb: Add support for parsing place-content shorthand CSS property

This commit is contained in:
FalseHonesty 2023-05-29 16:34:53 -04:00 committed by Andreas Kling
parent 23be1c5482
commit dcead6f5eb
12 changed files with 139 additions and 0 deletions

View file

@ -1543,6 +1543,14 @@
"unitless-length"
]
},
"place-content": {
"inherited": false,
"initial": "normal",
"longhands": [
"align-content",
"justify-content"
]
},
"pointer-events": {
"affects-layout": false,
"inherited": true,