Skip to content

Instantly share code, notes, and snippets.

@RyanRoberts
Created April 25, 2014 12:25
Show Gist options
  • Select an option

  • Save RyanRoberts/11287870 to your computer and use it in GitHub Desktop.

Select an option

Save RyanRoberts/11287870 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
$colors: (darkGrey #1e252b, lightBlue #00a7ce, darkBlue #0033a0)
@each $name, $color in $colors
.#{$name}
color: $color
.darkgray {
color: #1e252b;
}
.lightblue {
color: #00a7ce;
}
.darkblue {
color: #0033a0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment