Skip to content

Instantly share code, notes, and snippets.

@geckotang
Created March 11, 2014 07:14
Show Gist options
  • Save geckotang/9480977 to your computer and use it in GitHub Desktop.
Save geckotang/9480977 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.3)
// ----
$ns-colors: #F86D9D, #FFF, #E6E6E6, #808080, #000;
$i: 0;
@each $color in $ns-colors {
.ns-debug-colorPalette#{$i} {
background: $color;
}
$i: $i+1;
}
.ns-debug-colorPalette0 {
background: #f86d9d;
}
.ns-debug-colorPalette1 {
background: white;
}
.ns-debug-colorPalette2 {
background: #e6e6e6;
}
.ns-debug-colorPalette3 {
background: gray;
}
.ns-debug-colorPalette4 {
background: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment