Skip to content

Instantly share code, notes, and snippets.

@ericdfields
Created June 28, 2011 14:31
Show Gist options
  • Save ericdfields/1051248 to your computer and use it in GitHub Desktop.
Save ericdfields/1051248 to your computer and use it in GitHub Desktop.
@for $i from 1 through 5 {
article:nth-child(2n + $i) {
top: $i*20px;
opacity: 0.5;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment