Created
March 15, 2015 02:31
-
-
Save kuyseng/adf8e64fec742d4059a9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
$color-red: ( | |
'50': #ffebee, | |
'100': #ffcdd2, | |
'200': #ef9a9a, | |
'300': #e57373, | |
'400': #ef5350, | |
'500': #f44336, | |
'600': #e53935, | |
'700': #d32f2f, | |
'800': #c62828, | |
'900': #b71c1c, | |
'A100': #ff8a80, | |
'A200': #ff5252, | |
'A400': #ff1744, | |
'A700': #d50000, | |
'contrastDefaultColor': light, | |
'contrastDarkColors': 50 100 200 300 400 A100 | |
); | |
.a { | |
color: map-get($color-red, '500'); | |
} |
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
.a { | |
color: #f44336; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment