Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created December 4, 2013 15:59
Show Gist options
  • Save pixelchar/7790060 to your computer and use it in GitHub Desktop.
Save pixelchar/7790060 to your computer and use it in GitHub Desktop.
@for $i from 1 through 15 {
div {
&:nth-child(#{$i}) {
&:after {
content: "#{$i}";
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment