diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index 1f24d8937c..6c5c98eb0f 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -1127,9 +1127,9 @@ }, "grid-template-areas": { "inherited": false, - "initial": "auto", + "initial": "none", "valid-identifiers": [ - "auto" + "none" ], "valid-types": [ "string"