You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the @import (reference) directive.
@lukeapage is it currently possible to reference media queries or keyframes? Not that I would expect it to be possible...
I'm curious if we can find a way to make that work. My thinking is that referencing libs like animate.css (@import (reference) "animate.css";) would go a long toward making keyframes less cumbersome to manage.
The text was updated successfully, but these errors were encountered:
On my current project, I've been wrapping all my keyframes in mixins, which has effectively made prefixes a non-issue. It's still a tiny bit verbose, but as a tangent, I think all the issues related to prefixing are nearly irrelevant.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is related to the
@import (reference)
directive.@lukeapage is it currently possible to reference media queries or keyframes? Not that I would expect it to be possible...
I'm curious if we can find a way to make that work. My thinking is that referencing libs like animate.css (
@import (reference) "animate.css";
) would go a long toward making keyframes less cumbersome to manage.The text was updated successfully, but these errors were encountered: