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
keyframes with multiple properties are not inserted correctly.
keyframes
https://codesandbox.io/s/otion-keyframes-multiple-properties-3d98i
keyframes should output correct style rules like the following:
@keyframes _1sk3gu2 {0%{margin:5% 0;width:90%}50%{margin:18% 0;width:60%}100%{margin:5% 0;width:90%}}
keyframes output is the following:
@keyframes _1sk3gu2 {0%{margin:5% 0width:90%}50%{margin:18% 0width:60%}100%{margin:5% 0width:90%}}
Notice the missing semicolons.
The text was updated successfully, but these errors were encountered:
Just encountered the same bug, what is the reason of this still being open?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
keyframes
with multiple properties are not inserted correctly.Reproduction
https://codesandbox.io/s/otion-keyframes-multiple-properties-3d98i
Expected behavior
keyframes
should output correct style rules like the following:Actual behavior
keyframes
output is the following:Notice the missing semicolons.
Environment
System:
Binaries:
Browsers:
npmPackages:
The text was updated successfully, but these errors were encountered: