Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created July 14, 2013 21:58
Show Gist options
  • Save glynrob/5996282 to your computer and use it in GitHub Desktop.
Save glynrob/5996282 to your computer and use it in GitHub Desktop.
SCSS Variables
$red: #BF3130;
.red{
background-color:$red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment