taiga-front/app/styles/dependencies/animation.scss

6 lines
90 B
SCSS

@include keyframes(spin) {
100% {
@include transform(rotate(360deg));
}
}