Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajayvignesh01/tailwind-v4.0.0-alpha.28-plugins

Reproduction - tailwindcss-animate plugin not working in 4.0.0-alpha.28
https://github.com/ajayvignesh01/tailwind-v4.0.0-alpha.28-plugins

Last synced: 6 days ago
JSON representation

Reproduction - tailwindcss-animate plugin not working in 4.0.0-alpha.28

Awesome Lists containing this project

README

        

This is a reproduction of an issue with tailwind v4.0.0-alpha.28.

Prior to this version (0.21 - 0.27), the tailwindcss-animate plugin was working well.
However, with the new version, the plugin is not working as expected.

As you can see in the main page.tsx, the `animate-in fade-in zoom-in` classes are not working as expected.

THE CURRENT VERSION OF TAILWINDCSS IS 4.0.0-alpha.28

This project is a fresh install of Next.js 15 RC2 with shadcn ui and tailwindcss. Eslint has been upgraded to v9, and prettier has also been added.