mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Properly serialize shadow colors
This commit is contained in:
parent
da18957063
commit
8502b7ee9f
2 changed files with 5 additions and 3 deletions
|
@ -1 +1 @@
|
|||
0 calc(5px - 10px) 0 calc(2px + 3px) => #000000ff 0px -5px 0px 5px
|
||||
0 calc(5px - 10px) 0 calc(2px + 3px) => rgb(0, 0, 0) 0px -5px 0px 5px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue