mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibWeb: Add box-shadow as a known ValueID
This commit is contained in:
parent
2fdae3b0ca
commit
36e6f559c5
1 changed files with 4 additions and 0 deletions
|
@ -175,6 +175,10 @@
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "auto"
|
"initial": "auto"
|
||||||
},
|
},
|
||||||
|
"box-shadow":{
|
||||||
|
"inherited": false,
|
||||||
|
"initial": "none"
|
||||||
|
},
|
||||||
"caption-side": {
|
"caption-side": {
|
||||||
"inherited": true,
|
"inherited": true,
|
||||||
"initial": "top"
|
"initial": "top"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue