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

LibWeb: Parse the CSS align-content property

This commit is contained in:
Andreas Kling 2022-10-14 13:50:06 +02:00
parent b062a0fb7c
commit f8a2c0586a
6 changed files with 30 additions and 0 deletions

View file

@ -1,4 +1,11 @@
{
"align-content": {
"inherited": false,
"initial": "stretch",
"valid-types": [
"align-content"
]
},
"align-items": {
"inherited": false,
"initial": "stretch",