Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ajayvignesh01/tailwind-v4.0.0-alpha.28-plugins
- Owner: ajayvignesh01
- Created: 2024-10-20T14:28:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:41:13.000Z (2 months ago)
- Last Synced: 2024-11-27T22:16:18.927Z (28 days ago)
- Language: CSS
- Homepage: https://tailwind-v4-0-0-alpha-28-plugins.vercel.app
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.