Skip to content

Instantly share code, notes, and snippets.

@nathancarnes
Created February 1, 2013 21:29
Show Gist options
  • Save nathancarnes/4694282 to your computer and use it in GitHub Desktop.
Save nathancarnes/4694282 to your computer and use it in GitHub Desktop.
$categories:
watersports-repair #ad1d17,
anti-fog #f25012,
clean-deodorize #881f7f,
wetsuit-drysuit-maintenance #738821,
dive-essentials #0072b7;
@each $category in $categories{
$class: nth($category, 1);
$color: nth($category, 2);
.#{$class} h1 {
background: #{$color};
color: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment