Skip to content

Instantly share code, notes, and snippets.

@jackie
Created January 14, 2014 19:01
Show Gist options
  • Save jackie/8423786 to your computer and use it in GitHub Desktop.
Save jackie/8423786 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$my_var: red;
html {
background: $my-var;
}
html {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment