luckymeowth/themes/lucky/sass/_bulma/base/animations.sass

6 lines
92 B
Sass
Raw Permalink Normal View History

2024-11-21 20:01:52 -03:00
@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)