puchar/app/static/bulma/sass/base/animations.sass
2021-08-30 02:29:20 +02:00

6 lines
92 B
Sass

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