bulma/sass/utilities/animations.sass
Jeremy Thomas 404d5fdd7d Fix #403
2017-04-02 17:52:24 +01:00

6 lines
92 B
Sass

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