Skip to content

Instantly share code, notes, and snippets.

@rizkysyazuli
Created February 3, 2015 06:50
Show Gist options
  • Save rizkysyazuli/511dee5bbd1a40054d92 to your computer and use it in GitHub Desktop.
Save rizkysyazuli/511dee5bbd1a40054d92 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0-beta)
// ----
@each $color, $hex in (red: #f16158, orange: #faaf40, green: #00a79d, purple: #9e1e62, blue: #1b75bb) {
.theme-#{$color} {
background-color: $hex;
}
}
.theme-red {
background-color: #f16158; }
.theme-orange {
background-color: #faaf40; }
.theme-green {
background-color: #00a79d; }
.theme-purple {
background-color: #9e1e62; }
.theme-blue {
background-color: #1b75bb; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment