Skip to content

Instantly share code, notes, and snippets.

@FinalAngel
Created December 11, 2014 11:37
Show Gist options
  • Save FinalAngel/c096c2f04ea8459bb2fd to your computer and use it in GitHub Desktop.
Save FinalAngel/c096c2f04ea8459bb2fd to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$brand-list:
"primary" "secondary" "sucess" "info" "warning" "danger" "muted"
"gray-darker" "gray-dark" "gray" "gray-light" "gray-lighter";
@each $brand-name in $brand-list {
.brand-#{$brand-name} {
background: $brand-${brand-name};
}
}
Invalid CSS after "...ground: $brand-": expected ";", was "${brand-name};"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment