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

6 lines
93 B
Sass

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