hugo-theme-introduction/assets/vendor/bulma/sass/utilities/animations.sass
2018-07-10 09:23:19 +02:00

5 lines
92 B
Sass

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