2
0

animations.sass 93 B

12345
  1. @keyframes spin-around
  2. from
  3. transform: rotate(0deg)
  4. to
  5. transform: rotate(359deg)