-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Description
I tried following this example
https://coderwall.com/p/-xfqmq
but the following rendered $name instead of home-keyframes as I expected.
@mixin keyframes($name) { @-webkit-keyframes $name { @content; } @-moz-keyframes $name { @content; } @-o-keyframes $name { @content; } @Keyframes $name { @content; } }
@include keyframes(home-keyframes) {
0% { opacity: 0; }
90% { opacity: 1; }
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels