Skip to content

Instantly share code, notes, and snippets.

@shaneriley
Forked from lessallan/AHHHHHHH
Created August 21, 2012 18:00
Show Gist options
  • Save shaneriley/3417919 to your computer and use it in GitHub Desktop.
Save shaneriley/3417919 to your computer and use it in GitHub Desktop.
@for sass function issue
$colors: lighten(#026dbd, 45%), lighten(#fad52c, 20%), lighten(#f17d32, 20%), lighten(#da1c1c, 25%), lighten(#8266ba, 20%), lighten(#7bb545, 17%)
$i: 1
@each $color in $colors
&:nth-child(#{$i})
background-color: $color
$i: $i + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment