Skip to content

Instantly share code, notes, and snippets.

@alexvas123
Created September 25, 2016 07:21
Show Gist options
  • Save alexvas123/7696e9d145fc6733c007faa7c4908e0f to your computer and use it in GitHub Desktop.
Save alexvas123/7696e9d145fc6733c007faa7c4908e0f to your computer and use it in GitHub Desktop.
CSS Loop
// CSS Loop
li
@for $i from 1 through 6
&:nth-child(#{$i})
animation-duration: 400ms * $i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment