sanic/guide/style/bulma/sass/base/animations.sass
2023-09-06 15:44:00 +03:00

6 lines
92 B
Sass

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