-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(3/n) shadcn: tailwind config (#6490)
* feat(shadcn): add tailwind version detection * chore: changeset * feat(shadcn): css vars for tailwind v4 * fix(shadcn): handle color space * fix(shadcn): add oklch support * feat(shadcn): handle single quote * feat(shadcn): update tailwind config * feat(shadcn): add keyframes * feat(shadcn): add animation vars * fix: var name * fix(shadcn): handle color values * feat(shadcn): handle radius * feat(shadcn): clean up formatting * feat(shadcn): update next clean up function * chore: changeset * feat(shadcn): fix formatting for v3 and v4 * test(shadcn): update snapshots * fix(shadcn): update tailwind version handling
- Loading branch information
Showing
5 changed files
with
948 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"shadcn": minor | ||
--- | ||
|
||
add support for tailwind v4 |
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
Oops, something went wrong.