Description
What version of Tailwind CSS are you using?
v4.0.0-alpha.28
What build tool (or framework if it abstracts the build tool) are you using?
postcss 8.4.47, Next.js 15.0.0-rc.1
What version of Node.js are you using?
v20.16.0
What browser are you using?
Chrome
What operating system are you using?
For example: macOS
Reproduction URL
https://github.com/ajayvignesh01/tailwind-v4.0.0-alpha.28-plugins
Describe your issue
The tailwindcss-animate
plugin was working since plugin support landed a few weeks ago. But when I upgrade to alpha 0.28, it stops working. No errors are thrown, but animations that rendered with alpha 0.21 - 0.27 are now not rendering.
Another bug is from the introduction of p3 colors. If you hover over the primary button which has bg-primary hover:bg-primary/90
, the hover color shows a hue of green for some reason.
Preview with alpha 0.27 - https://tailwind-v4-0-0-alpha-28-plugins-gjaplla02.vercel.app/
Preview with alpha 0.28 - https://tailwind-v4-0-0-alpha-28-plugins-4pzuz8jxf.vercel.app/