Skip to content

Instantly share code, notes, and snippets.

@BenAttenborough
Created December 19, 2014 10:57
Show Gist options
  • Save BenAttenborough/97e8c370c2329c4c5a07 to your computer and use it in GitHub Desktop.
Save BenAttenborough/97e8c370c2329c4c5a07 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<h1>Hello world this is Sass</h1>
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$color: blue;
body {
background-color: $color;
}
h1 {
color: white;
}
body {
background-color: blue;
}
h1 {
color: white;
}
<h1>Hello world this is Sass</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment