Created
June 20, 2018 12:27
-
-
Save Wolfr/aaec615790a3521c9a3f4d2e6e6f7d0f 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
/* ========================================================================== | |
Colors | |
Only define colors here. Don't use sass color functions, stick to hex values, | |
or the color component in styleguide won't regenerate automatically anymore. | |
========================================================================== */ | |
/* Red | |
========================================================================== */ | |
$material-color-red-50: #ffebee; | |
$material-color-red-100: #ffcdd2; | |
$material-color-red-200: #ef9a9a; | |
/* Pink | |
========================================================================== */ | |
$material-color-pink-50: #fce4ec; | |
$material-color-pink-100: #f8bbd0; | |
$material-color-pink-200: #f48fb1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment