We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Custom keyframes defined in tailwind.config.js are not included in the CSS output.
tailwind.config.js
https://github.com/jancbeck/tailwindcss-themer-keyframes-issue/tree/keyframes-issue
keyframes-issue
cd examples/create-react-app-typescript && npm i
npm start
The React logo should be animated since custom keyframes for App-logo-spin have been defined in the TW config
App-logo-spin
Every time
No response
v4.1.0
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
keyframes-default
The text was updated successfully, but these errors were encountered:
looks like not only are the keyframes in the theme not applied, but even when defining them in the normal extend object, they are no longer preserved while themer is installed https://github.com/jancbeck/tailwindcss-themer-keyframes-issue/blob/keyframes-extend-ignored/examples/create-react-app-typescript/tailwind.config.js
Sorry, something went wrong.
No branches or pull requests
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
keyframes-issue
branchcd examples/create-react-app-typescript && npm i
npm start
view in browserExpected behavior
The React logo should be animated since custom keyframes for
App-logo-spin
have 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-default
branch to see how it works in TW when not using this pluginhttps://github.com/jancbeck/tailwindcss-themer-keyframes-issue/tree/keyframes-default
The text was updated successfully, but these errors were encountered: