mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:27:34 +00:00
LibWeb: Parse the CSS align-content property
This commit is contained in:
parent
b062a0fb7c
commit
f8a2c0586a
6 changed files with 30 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"align-content": [
|
||||
"flex-start",
|
||||
"flex-end",
|
||||
"center",
|
||||
"space-between",
|
||||
"space-around",
|
||||
"stretch"
|
||||
],
|
||||
"align-items": [
|
||||
"baseline",
|
||||
"center",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue