Last active
August 29, 2015 14:11
-
-
Save hxgdzyuyi/06c82c629ae56cf63cc0 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
body { | |
color: #ef9a9a; | |
} |
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 = (#ffebee #ffcdd2 #ef9a9a #e57373 #ef5350 #f44336 #e53935 #d32f2f #c62828 #b71c1c #ff8a80 #ff5252 #ff1744 #d50000) | |
for color, index in $colors | |
define('$color' + '_' + index, $colors[index]) | |
body | |
color: $color_2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment