Skip to content

Instantly share code, notes, and snippets.

@impressivewebs
Created September 25, 2015 06:52
Show Gist options
  • Save impressivewebs/637c3681648a713c84fa to your computer and use it in GitHub Desktop.
Save impressivewebs/637c3681648a713c84fa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$theme: "#ccc";
body {
background-color: $theme;
}
/* Test comment #{$theme} */
body {
background-color: "#ccc";
}
/* Test comment #ccc */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment