Created
September 9, 2013 20:04
-
-
Save mrmrs/6500757 to your computer and use it in GitHub Desktop.
Model for handling color variables.
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
// Single color variable named after content | |
$red: #ff0000; | |
// Multiple variables mapped to this variable. | |
$font-color: $red; | |
$secondary-bg: $red; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment