Replies: 1 comment
-
Tailwind 4 I believe, they killed But if you like to stick to v4, you can always use CDN. But you won't have the convenient palette generator. If you don't plan to use it, you can go this route. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Want to try this UI with Tailwind v4, and got error, where the main part, I guess, is this
Error: `addUtilities({ '[class*='uk-align']' : … })` defines an invalid utility selector. Utilities must be a single class name and start with a lowercase letter, eg. `.scrollbar-none`.
This is looks like Tailwind got new standards in version 4, where these wildcard selectors like
[class*='uk-align']
is causing an error.I want to stay on Tailwind 4, because it is future. But also want to use nice UI.
What would you recommend?
Or your suggestions?
Beta Was this translation helpful? Give feedback.
All reactions