Skip to content

Instantly share code, notes, and snippets.

@geckotang
Created March 11, 2014 07:15
Show Gist options
  • Save geckotang/9480992 to your computer and use it in GitHub Desktop.
Save geckotang/9480992 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.1)
// Compass (v1.0.0.alpha.18)
// ----
$ns-colors:#F86D9D,#FFF,#E6E6E6,#808080,#000;
@for $i from 1 through length($ns-colors) {
.ns-debug-colorPalette#{$i} {
background: nth($ns-colors, $i)
}
}
.ns-debug-colorPalette1 {
background: #f86d9d;
}
.ns-debug-colorPalette2 {
background: white;
}
.ns-debug-colorPalette3 {
background: #e6e6e6;
}
.ns-debug-colorPalette4 {
background: gray;
}
.ns-debug-colorPalette5 {
background: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment