Skip to content

Instantly share code, notes, and snippets.

@liubo404
Created October 19, 2015 05:25
Show Gist options
  • Select an option

  • Save liubo404/4901b4538acdf57c6151 to your computer and use it in GitHub Desktop.

Select an option

Save liubo404/4901b4538acdf57c6151 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$color:orange;
.body {
background-color: $color;
}
.body {
background-color: orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment