Skip to content

Instantly share code, notes, and snippets.

@MrMegamind
Created July 30, 2015 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrMegamind/cfbfb03510d7d4dd8e11 to your computer and use it in GitHub Desktop.
Save MrMegamind/cfbfb03510d7d4dd8e11 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div id="testdiv">
<h1> welcome to saas </h1>
</div>
// ----
// libsass (v3.2.5)
// ----
$primary-color: #336699;
#testdiv {
background-color: $primary-color;
}
#testdiv {
background-color: #336699;
}
<div id="testdiv">
<h1> welcome to saas </h1>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment