tailwindlabs / tailwindcss

A utility-first CSS framework for rapid UI development.
https://tailwindcss.com/
MIT License
83.27k stars 4.22k forks source link

Update default `drop-shadow-*` values to use a single shadow #15056

Closed thecrypticace closed 1 day ago

thecrypticace commented 1 day ago

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 the drop-shadow(…) needs to encode a single drop shadow.

RobinMalfait commented 1 day ago

Can't add a suggestion/comment on untouched lines so had to do it this way 😅