Skip to content

Instantly share code, notes, and snippets.

@captaincole
Created March 4, 2018 22:40
Show Gist options
  • Select an option

  • Save captaincole/847f8dcf6499de08722106e23f40500e to your computer and use it in GitHub Desktop.

Select an option

Save captaincole/847f8dcf6499de08722106e23f40500e to your computer and use it in GitHub Desktop.
$color: (
primary: #009688,
secondary: #3F51B5
);
// In some other scss file, reference this variable
.active {
color: map-get($color, primary);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment