Created
March 4, 2018 22:40
-
-
Save captaincole/847f8dcf6499de08722106e23f40500e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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