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
Prefixed @keyframes don't have their name transformed. REPL
@keyframes
The generated css is:
h1.svelte-1vhi2c7{ -webkit-animation:grow 2s infinite; -moz-animation:grow 2s infinite; -o-animation:grow 2s infinite; animation:svelte-1vhi2c7-grow 2s infinite } @-webkit-keyframes grow {} @-moz-keyframes grow {} @-o-keyframes grow {} @keyframes svelte-1vhi2c7-grow{0%{font-size:12px }50%{font-size:40px}100%{font-size:12px}}
The text was updated successfully, but these errors were encountered:
released 2.7.0 with the fix — thanks
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prefixed
@keyframes
don't have their name transformed.REPL
The generated css is:
The text was updated successfully, but these errors were encountered: