-
-
Notifications
You must be signed in to change notification settings - Fork 24
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" addon doesn't like sheet() #200
Comments
How do you use it? Can you paste an example? |
Here's an embed: https://runkit.com/embed/w12vm65kiqky Note that the .sheet() call generates class names instead of keyframes. |
I see, currently nano.sheet({
foo: {
'@keyframes ...': {}
}
}); But then it does not make much sense. In any case, I think we can make keyframes work in |
I don't know if I should make a separate post, but the EDIT: It looks like it's a problem with virtual. I'll make a new ticket. |
In process of converting our project from sass, I ran across a problem with how I was implementing Keyframes for an animation.
I was just using sheet() for all my rules, but noticed that the keyframes addon didn't work.
I switched to using rule() and it worked fine.
I thought sheet() was just a fancy wrapper around rule. If it is, it should handle keyframes the same as rule(). If not, maybe note that in the documentation?
The text was updated successfully, but these errors were encountered: