Skip to content

Instantly share code, notes, and snippets.

@Kelowna
Created April 27, 2015 19:48
Show Gist options
  • Save Kelowna/066f7ed8f12effdeafbe to your computer and use it in GitHub Desktop.
Save Kelowna/066f7ed8f12effdeafbe to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$color: dimgrey;
body {
background-color: $color;
}
h1 {
color: white;
font-size:20pt;
}
body {
background-color: dimgrey;
}
h1 {
color: white;
font-size: 20pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment