Skip to content

Instantly share code, notes, and snippets.

@yomete
Created April 30, 2015 14:47
Show Gist options
  • Save yomete/48bb0a77be3d98e1d173 to your computer and use it in GitHub Desktop.
Save yomete/48bb0a77be3d98e1d173 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$primaryColor: #feffff;
body {
$primaryColor: #ccc !global;
background: $primaryColor;
}
p {
background: $primaryColor;
}
body {
background: #ccc;
}
p {
background: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment