Skip to content

Instantly share code, notes, and snippets.

@Kelowna
Created April 27, 2015 19:38
Show Gist options
  • Save Kelowna/c3bbf1bcc853abc2bb81 to your computer and use it in GitHub Desktop.
Save Kelowna/c3bbf1bcc853abc2bb81 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<h1>Hello World!!!</h1>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$color: orange;
body {
background-color: $color;
}
h1 {
color: white;
}
body {
background-color: orange;
}
h1 {
color: white;
}
<h1>Hello World!!!</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment