1 // This is a separate file because importing the mixin causes
2 // the keyframes blocks to be included in the output, regardless
3 // of whether .rotation is used.
4 @import "mediawiki.mixins.animation";
8 .transform-rotate(0deg);
11 .transform-rotate(360deg);
15 @-webkit-keyframes rotate {
19 @-moz-keyframes rotate {
28 .animation(rotate, @time, infinite, linear);