Skip to content

Instantly share code, notes, and snippets.

@mrmrs
Created September 9, 2013 20:04
Show Gist options
  • Save mrmrs/6500757 to your computer and use it in GitHub Desktop.
Save mrmrs/6500757 to your computer and use it in GitHub Desktop.
Model for handling color variables.
// 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