mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
LibWeb: Add support for "align-content: normal" in CSS parser
This commit is contained in:
parent
fa24fbf120
commit
b395cfccb0
4 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"align-content": [
|
||||
"normal",
|
||||
"flex-start",
|
||||
"flex-end",
|
||||
"center",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"align-content": {
|
||||
"inherited": false,
|
||||
"initial": "stretch",
|
||||
"initial": "normal",
|
||||
"valid-types": [
|
||||
"align-content"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue