wikijs-fork/client/scss/libs/bulma/utilities/animations.sass

6 lines
93 B
Sass
Raw Normal View History

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