Skip to content
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

important modifier on animation breaks keyframes #12623

Closed
philippkuehn opened this issue Dec 19, 2023 · 1 comment · Fixed by #12639
Closed

important modifier on animation breaks keyframes #12623

philippkuehn opened this issue Dec 19, 2023 · 1 comment · Fixed by #12639
Assignees

Comments

@philippkuehn
Copy link

What version of Tailwind CSS are you using?

v3.4.0

What build tool (or framework if it abstracts the build tool) are you using?

postcss 8.4.32

What version of Node.js are you using?

v21.4.0

What browser are you using?

Chrome

What operating system are you using?

macOS

Reproduction URL

https://play.tailwindcss.com/4mir5NtQdV

Describe your issue

If you use the !important modifier for animations, the keyframe steps of the animation are removed (and the animation breaks). You can also see this in tailwind intellisense.

CleanShot 2023-12-19 at 23 02 29@2x

@thecrypticace
Copy link
Contributor

Hey thanks for reporting this. I've merged the fix in #12639 and it'll be available in the next release.

It'll also be in our insiders build in about 15 minutes or so:

npm install tailwindcss@insiders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants