summaryrefslogtreecommitdiff
path: root/styles/_sass/utilities/animations.sass
blob: a14525d75ec4664ff6c8a09fb27fadd214ad4390 (plain) (blame)
1
2
3
4
5
@keyframes spinAround
  from
    transform: rotate(0deg)
  to
    transform: rotate(359deg)