Files
integreat/resources/bulma-0.9.0/sass/utilities/animations.sass
Bryce Covert 3a2351aa41 build
2020-08-22 17:14:30 -07:00

6 lines
92 B
Sass

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