Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Created April 21, 2017 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonnymaceachern/4605cbd2c634a30ce8ef11543d325352 to your computer and use it in GitHub Desktop.
Save jonnymaceachern/4605cbd2c634a30ce8ef11543d325352 to your computer and use it in GitHub Desktop.
/**
* Get color based of $colors map
*/
@function color($color) {
@return map-get($colors, $color );
}
// Usage
.header {
background: color(primary);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment