mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +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,
|
||||
"initial": "auto"
|
||||
},
|
||||
"box-shadow":{
|
||||
"inherited": false,
|
||||
"initial": "none"
|
||||
},
|
||||
"caption-side": {
|
||||
"inherited": true,
|
||||
"initial": "top"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue