diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index 60fc5fe19c..22326b8844 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -953,7 +953,9 @@ ], "percentages-resolve-to": "length", "longhands": [ - "grid-template" + "grid-template-areas", + "grid-template-rows", + "grid-template-columns" ] }, "grid-area": {