Last active
December 11, 2016 19:21
-
-
Save zikosichi/eef4d4f449a53f4c9fe8c77cb8da2ceb to your computer and use it in GitHub Desktop.
This file contains 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
// List of colors | |
$colors: ( | |
primary: #4a90e2, | |
success: #13b843, | |
warning: #FFA726, | |
danger: #F44336, | |
dark: #4c5b74 | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment