UNPKG

122 BSCSSView Raw
1@keyframes #{$rt-namespace}__spin {
2 from {
3 transform: rotate(0deg);
4 }
5 to {
6 transform: rotate(360deg);
7 }
8}