Skip to content

Instantly share code, notes, and snippets.

@czajkovsky
Created April 8, 2014 10:04
Show Gist options
  • Save czajkovsky/10106251 to your computer and use it in GitHub Desktop.
Save czajkovsky/10106251 to your computer and use it in GitHub Desktop.
$alerts: (
error: red,
success: green,
info: blue
);
.alert-error {
background: map-get($alerts, error);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment