-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Svelte strips off @ in keyframes in CSS #712
Comments
Part of this seems to be that |
@Conduitry I notice your comment in the original commit #673 - this is exactly the problem! |
Also annoying, it strips off the @ in |
Fixed in 1.26, thank you! |
Super! Thanks :D |
One of my users has noticed that the
@keyframes
CSS directive used in animations is being incorrectly stripped by svelte.The resultant CSS has simply
keyframes
, which doesn't work.You can see a (very quick) example of this here:
https://svelte.technology/repl?version=1.25.0&gist=5ca027094a05859547d066252f1b2ca0
The text was updated successfully, but these errors were encountered: