summaryrefslogtreecommitdiff
path: root/static/assets/bulma/sass/base/animations.sass
blob: a14525d75ec4664ff6c8a09fb27fadd214ad4390 (plain)
1
2
3
4
5
@keyframes spinAround
  from
    transform: rotate(0deg)
  to
    transform: rotate(359deg)