Skip to content

Instantly share code, notes, and snippets.

@nhunzaker
Created January 15, 2015 21:13
Show Gist options
  • Save nhunzaker/5d50b752608e9b4b7298 to your computer and use it in GitHub Desktop.
Save nhunzaker/5d50b752608e9b4b7298 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$color: blue;
$color: red !default;
body {
color: $color;
}
body {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment