Skip to content

Instantly share code, notes, and snippets.

@una
Created December 12, 2014 15:43
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 una/83cd6d4feb16b3ebcb01 to your computer and use it in GitHub Desktop.
Save una/83cd6d4feb16b3ebcb01 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
@each $color in darkolivegreen, firebrick, blanchedalmond {
.item-#{$color} {
color: $color;
}
}
.item-#556b2f{color:#556b2f}.item-#b22222{color:#b22222}.item-#ffebcd{color:#ffebcd}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment