bulma/sass/utilities/animations.sass
2016-04-18 20:02:26 +01:00

6 lines
93 B
Sass

@keyframes spin-around
from
transform: rotate(0deg)
to
transform: rotate(359deg)