Files
Bryce Covert 3a2351aa41 build
2020-08-22 17:14:30 -07:00

6 lines
92 B
Sass

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