Skip to content

Instantly share code, notes, and snippets.

@valeriu
Created September 7, 2014 14:54
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 valeriu/fc07277645cc60fc3aeb to your computer and use it in GitHub Desktop.
Save valeriu/fc07277645cc60fc3aeb to your computer and use it in GitHub Desktop.
@for $i from 1 through 99 {
span:nth-child(#{$i}) {
color: lighten(#000000, $i);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment