Skip to content

Instantly share code, notes, and snippets.

@jaredphillips
Created August 27, 2014 19:15
Show Gist options
  • Save jaredphillips/b886efd3feb7896d6b02 to your computer and use it in GitHub Desktop.
Save jaredphillips/b886efd3feb7896d6b02 to your computer and use it in GitHub Desktop.
SASS Example 1
$favourite-color: #85D4E3;
body {
background-color: $favourite-color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment