deps.rs/assets/styles/bulma/utilities/animations.sass
2018-01-29 20:42:34 +11:00

5 lines
92 B
Sass
Executable file

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