Skip to content

Instantly share code, notes, and snippets.

@rafibomb
Created February 28, 2019 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafibomb/bbc980861c24f1afc08fdda70c6921b5 to your computer and use it in GitHub Desktop.
Save rafibomb/bbc980861c24f1afc08fdda70c6921b5 to your computer and use it in GitHub Desktop.
@for $i from 1 through 21 {
&:nth-child(#{$i}){
animation-delay: $i * 0.15s;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment