-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit
--tw-drop-shadow
property (#16471)
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): <img width="562" alt="Screenshot 2025-02-12 at 16 37 25" src="https://github.com/user-attachments/assets/94eaaf54-6fd5-4d10-9297-9e7523a02602" />
- Loading branch information
1 parent
53749c3
commit 6164783
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters