Skip to content

Instantly share code, notes, and snippets.

@erickjones
Created July 1, 2015 19:34
Show Gist options
  • Save erickjones/c7ccf3c19ed370feebc1 to your computer and use it in GitHub Desktop.
Save erickjones/c7ccf3c19ed370feebc1 to your computer and use it in GitHub Desktop.
// Create a variable with $
$primary-color: tomato;
// Use your newborn variable
h1 {
color: $primary-color;
}
a {
color: $primary-color;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment