Describe the bug
Custom keyframes defined in tailwind.config.js are not included in the CSS output.
Your minimal, reproducible example
https://github.com/jancbeck/tailwindcss-themer-keyframes-issue/tree/keyframes-issue
Steps to reproduce
- clone repro repo, checkout
keyframes-issue branch
cd examples/create-react-app-typescript && npm i
npm start view in browser
Expected behavior
The React logo should be animated since custom keyframes for App-logo-spin have been defined in the TW config
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
- OS: MacOS 15.1
- Browser: Chrome (130.0.6723.71)
tailwindcss-themer version
v4.1.0
Additional context
Checkout the keyframes-default branch to see how it works in TW when not using this plugin
https://github.com/jancbeck/tailwindcss-themer-keyframes-issue/tree/keyframes-default
Describe the bug
Custom keyframes defined in
tailwind.config.jsare not included in the CSS output.Your minimal, reproducible example
https://github.com/jancbeck/tailwindcss-themer-keyframes-issue/tree/keyframes-issue
Steps to reproduce
keyframes-issuebranchcd examples/create-react-app-typescript && npm inpm startview in browserExpected behavior
The React logo should be animated since custom keyframes for
App-logo-spinhave been defined in the TW configHow often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
tailwindcss-themer version
v4.1.0
Additional context
Checkout the
keyframes-defaultbranch to see how it works in TW when not using this pluginhttps://github.com/jancbeck/tailwindcss-themer-keyframes-issue/tree/keyframes-default