1 2 3 4 5 6 7 8 9 10
@import "constants"; @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }