Skip to content

Emit --tw-drop-shadow property#16471

Merged
philipp-spiess merged 3 commits into
mainfrom
fix/emit-drop-shadow-property
Feb 12, 2025
Merged

Emit --tw-drop-shadow property#16471
philipp-spiess merged 3 commits into
mainfrom
fix/emit-drop-shadow-property

Conversation

@philipp-spiess

Copy link
Copy Markdown
Contributor

Fixes #16461

Ensure we also emit @property --tw-drop-shadow.

Test plan

<div class="drop-shadow-2xl size-72 bg-white">
  <div class="size-48 saturate-100 bg-white"></div>
</div>

now only drops one shadow (screenshot from Vite playground):

Screenshot 2025-02-12 at 16 37 25

@philipp-spiess philipp-spiess requested a review from a team as a code owner February 12, 2025 15:38
@thecrypticace

Copy link
Copy Markdown
Contributor

We should add a UI test for this if we can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing @property for --tw-drop-shadow

2 participants