Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Created April 8, 2014 09:46
Show Gist options
  • Save czajkovsky/10105184 to your computer and use it in GitHub Desktop.
Save czajkovsky/10105184 to your computer and use it in GitHub Desktop.
$alerts: (error, red, 1px),
(success, green, 2px),
(info, blue, 2px);
@each $type, $color, $border-width in $alerts {
.alert--#{$type} {
border: $border-width solid $color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment