-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
group-*:animate-* generates invalid keyframe definition #4705
Comments
Found this in my search, I hope it helps: If you downgrade to 2.1.4 it should work again. |
Yeah it worked before, so definitely a regression. tailwindcss/src/jit/lib/generateRules.js Line 97 in 0d47ffd
|
Also experiencing the same issue, and since downgrading currently isn't an option for me I'd like to see this fixed. |
My team is currently running into this issue as well. Looking forward to the fix in the next version |
Also running into this issue, currently downgraded to version |
Same problem for me. |
1 similar comment
Same problem for me. |
What version of Tailwind CSS are you using?
v2.2.0
What build tool (or framework if it abstracts the build tool) are you using?
[email protected], [email protected]
What version of Node.js are you using?
v15.10.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction repository
https://play.tailwindcss.com/DrsR2rdrZO
Describe your issue
Adding an animation that should only be applied to group children (e.g. group-focus group-hover) generates invalid keyframes (offsets are missing):
expected (taken from non-group animate-* classes):
The text was updated successfully, but these errors were encountered: