From 36e6f559c5098918b83f421fb3228971fc2a227a Mon Sep 17 00:00:00 2001 From: Tobias Christiansen Date: Fri, 23 Jul 2021 21:21:39 +0200 Subject: [PATCH] LibWeb: Add box-shadow as a known ValueID --- Userland/Libraries/LibWeb/CSS/Properties.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index 3b83a4224a..b20097190e 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -175,6 +175,10 @@ "inherited": false, "initial": "auto" }, + "box-shadow":{ + "inherited": false, + "initial": "none" + }, "caption-side": { "inherited": true, "initial": "top"