Files
bulma/sass/utilities/animations.sass

6 lines
92 B
Sass
Raw Permalink Normal View History

2017-04-02 17:52:03 +01:00
@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)