blog/bulma/sass/base/animations.sass
oiseauroch fa0c6f3d64 test
2023-03-31 21:59:07 +02:00

6 lines
92 B
Sass

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