Skip to content

Instantly share code, notes, and snippets.

@BenAttenborough
Last active August 29, 2015 14:11
Show Gist options
  • Save BenAttenborough/2e7cdae3151b91c9912d to your computer and use it in GitHub Desktop.
Save BenAttenborough/2e7cdae3151b91c9912d 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