Skip to content

Instantly share code, notes, and snippets.

@callum
Created May 29, 2015 11:14
Show Gist options
  • Save callum/d4e08a502d3b98f7600a to your computer and use it in GitHub Desktop.
Save callum/d4e08a502d3b98f7600a to your computer and use it in GitHub Desktop.
$brand-colors: (
blue: #00f,
red: #f00
);
.headline {
color: map-get($brand-colors, red);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment