-
Notifications
You must be signed in to change notification settings - Fork 28
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
@keyframes missing name near line #13
Comments
@-ms-keyframes and etc. |
Have you tried to change your mixing in something like this?
|
It's not a mixin, it's just code. |
Up |
I removed the quote marks around my animation names e.g. "{yourAnimation}" and CMQ was able to run successfully. @Keyframes "animation-name" {} |
it worked too |
This won't work @keyframes arrow /*some comment*/
{
...
} This will work /*some comment*/
@keyframes arrow {
...
} the |
@Keyframes missing name near line
The text was updated successfully, but these errors were encountered: