You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the shadow and drop-shadow have very specific vertical offsets that corresponds to their size. I propose that shadow-x-<length> and shadow-y-<length> be added to these can be adjusted manually.
I specifically want to be able to set them to 0 so the shadow appears evenly around every edge, like this:
I know that the effect is possible by extending the theme or using arbitrary values, but that means having to specify all attributes of the shadow, losing out on reuse of the tailwind shadows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the
shadow
anddrop-shadow
have very specific vertical offsets that corresponds to their size. I propose thatshadow-x-<length>
andshadow-y-<length>
be added to these can be adjusted manually.I specifically want to be able to set them to 0 so the shadow appears evenly around every edge, like this:
I know that the effect is possible by extending the theme or using arbitrary values, but that means having to specify all attributes of the shadow, losing out on reuse of the tailwind shadows.
Beta Was this translation helpful? Give feedback.
All reactions