Skip to content

Instantly share code, notes, and snippets.

@hopearmstrong
Created April 2, 2019 05:33
Show Gist options
  • Save hopearmstrong/d55b9ed3001901e1c1c63ea3ba4ce434 to your computer and use it in GitHub Desktop.
Save hopearmstrong/d55b9ed3001901e1c1c63ea3ba4ce434 to your computer and use it in GitHub Desktop.
Rotating loading icon Sass
#loading
animation: loading-spinner 1s linear infinite
@keyframes loading-spinner
from
transform: rotate(0deg)
to
transform: rotate(360deg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment