-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add compatibility with tailwindcss v4 #63
base: main
Are you sure you want to change the base?
Conversation
@jamiebuilds can you please merge this pr? :) |
please merge the pr we want to use v4 with this |
In the meantime, you can override
to your
|
For those looking for a plug-n-play solution: I published a fork as a short-term workaround where I'm folding in some of the outstanding PRs, since this repo hasn't had activity in 2 years. https://github.com/nobie-org/tailwindcss-animate. npm: https://www.npmjs.com/package/@nobie-org/tailwindcss-animate |
I've translated this plugin to the new CSS-first format and uploaded the code to https://github.com/Wombosvideo/tailwindcss-animate-v4. Maybe this helps someone |
I was having the same issue and found a workaround, I found this is working properly: In your @import "tailwindcss";
@plugin "tailwindcss-animate";
/* ... rest of theme and styles */ This is described in their documentation:
Link: https://tailwindcss.com/docs/functions-and-directives#plugin-directive |
@adielhercules Sure but you will still get some glitches |
This is the best response, and better adapted to the V4 of Tailwindcss, thanks |
still not merged? It this project abandoned? |
thank you so much, it worked, it is much prettier as a css file |
Hi there, huuge fan of tailwindcss-animate here
I've updated peer dependencies to play nicley with tailwind v4
@jamiebuilds