Welcome to mirror list, hosted at ThFree Co, Russian Federation.

animations.sass « utilities « sass « assets - github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a14525d75ec4664ff6c8a09fb27fadd214ad4390 (plain)
1
2
3
4
5
@keyframes spinAround
  from
    transform: rotate(0deg)
  to
    transform: rotate(359deg)