1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

LibWeb: Add box-shadow as a known ValueID

This commit is contained in:
Tobias Christiansen 2021-07-23 21:21:39 +02:00 committed by Andreas Kling
parent 2fdae3b0ca
commit 36e6f559c5

View file

@ -175,6 +175,10 @@
"inherited": false,
"initial": "auto"
},
"box-shadow":{
"inherited": false,
"initial": "none"
},
"caption-side": {
"inherited": true,
"initial": "top"