Skip to content

Instantly share code, notes, and snippets.

@qubbit
Created May 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qubbit/a2eaadf5e6286d67c81d to your computer and use it in GitHub Desktop.
Save qubbit/a2eaadf5e6286d67c81d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
$color-map: (carpet: #7e57c2, garage: #EF5350, maid: #66BB6A, handyman: #FFA726);
@each $p, $c in $color-map {
.#{$p} .panel {
background: $c;
color: #fff;
}
}
.carpet .panel {
background: #7e57c2;
color: #fff;
}
.garage .panel {
background: #EF5350;
color: #fff;
}
.maid .panel {
background: #66BB6A;
color: #fff;
}
.handyman .panel {
background: #FFA726;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment