Skip to content

Instantly share code, notes, and snippets.

@Grassboy
Created January 4, 2012 06:29
Show Gist options
  • Save Grassboy/1558797 to your computer and use it in GitHub Desktop.
Save Grassboy/1558797 to your computer and use it in GitHub Desktop.
#{$C2}item {
$colors: (rgb(27,161,226) rgb(160,80,0) rgb(51,153,51) rgb(162,193,57) rgb(216,0,115) rgb(240,150,9) rgb(230,113,184) rgb(162,0,255) rgb(229,20,0) rgb(0,171,169));
@for $i from 1 to 11 {
$color: nth($colors, $i);
h3#{$C2}style#{$i} {
background-color: #{$color};
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment