Skip to content

Instantly share code, notes, and snippets.

@Grassboy
Created January 4, 2012 04:13
Show Gist options
  • Save Grassboy/1558454 to your computer and use it in GitHub Desktop.
Save Grassboy/1558454 to your computer and use it in GitHub Desktop.
#{$C2}item {
$c: (red, blue, green, #AAA, #AAA, #AAA, #AAA, #AAA);
@for $a from 0 to 8{
h3#{$C2}style#{$a} {
color: $c[$a];
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment