Skip to content

Instantly share code, notes, and snippets.

@Kelowna
Created July 3, 2015 20:37
Show Gist options
  • Save Kelowna/f5dfc7c773b81ab976fb to your computer and use it in GitHub Desktop.
Save Kelowna/f5dfc7c773b81ab976fb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$color: blue;
body {
background-color: $color;
}
h1 {
color: white;
}
body {
background-color: blue;
}
h1 {
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment