Skip to content

Instantly share code, notes, and snippets.

@jayeff
Created May 20, 2014 12:19
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 jayeff/eef0b3d4c414bc68475e to your computer and use it in GitHub Desktop.
Save jayeff/eef0b3d4c414bc68475e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
$text-color: 'red';
$text-color: 'black' !default;
h1 {
color: $text-color;
}
$text-color: 'black';
p {
color: $text-color;
}
h1 {
color: "red";
}
p {
color: "black";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment