Closed thecrypticace closed 1 day ago
This PR updates the default drop-shadow-* values to use a single shadow instead of multiple shadows.
drop-shadow-*
This ensures that the usage with drop-shadow(var(--drop-shadow-xl)) is correct because the drop-shadow(…) needs to encode a single drop shadow.
drop-shadow(var(--drop-shadow-xl))
drop-shadow(…)
Can't add a suggestion/comment on untouched lines so had to do it this way 😅
This PR updates the default
drop-shadow-*
values to use a single shadow instead of multiple shadows.This ensures that the usage with
drop-shadow(var(--drop-shadow-xl))
is correct because thedrop-shadow(…)
needs to encode a single drop shadow.