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

LibWeb: Add support for "align-content: normal" in CSS parser

This commit is contained in:
Aliaksandr Kalenik 2024-01-04 08:13:37 +01:00 committed by Andreas Kling
parent fa24fbf120
commit b395cfccb0
4 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{
"align-content": [
"normal",
"flex-start",
"flex-end",
"center",