adityakumar.xyz/assets/vendor/bulma/sass/utilities/animations.sass

6 lines
92 B
Sass
Raw Permalink Normal View History

2023-06-11 10:24:55 +00:00
@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)