Skip to content

Instantly share code, notes, and snippets.

@tgrecojs
Created August 27, 2014 22:28
Show Gist options
  • Save tgrecojs/5646f6f2dc90fa53ecb0 to your computer and use it in GitHub Desktop.
Save tgrecojs/5646f6f2dc90fa53ecb0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// ----
$color : orange;
body {
background-color: $color;
}
h1 {
color: white;
}
body {
background-color: orange;
}
h1 {
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment