summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Properties.json
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-10-14 13:50:06 +0200
committerAndreas Kling <kling@serenityos.org>2022-10-14 19:50:15 +0200
commitf8a2c0586ab3a52c2b1d80782e390a4c22f93937 (patch)
treee5ead1c0cf5913daf9aee2ca971dc9748f0c9b02 /Userland/Libraries/LibWeb/CSS/Properties.json
parentb062a0fb7cb44036d16a36269164c537b137c3a4 (diff)
downloadserenity-f8a2c0586ab3a52c2b1d80782e390a4c22f93937.zip
LibWeb: Parse the CSS align-content property
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/Properties.json')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Properties.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json
index 5550db5357..dc5d4bc74c 100644
--- a/Userland/Libraries/LibWeb/CSS/Properties.json
+++ b/Userland/Libraries/LibWeb/CSS/Properties.json
@@ -1,4 +1,11 @@
{
+ "align-content": {
+ "inherited": false,
+ "initial": "stretch",
+ "valid-types": [
+ "align-content"
+ ]
+ },
"align-items": {
"inherited": false,
"initial": "stretch",