bulma/sass/utilities/animations.sass
2017-09-01 14:15:12 +02:00

6 lines
92 B
Sass

@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)