Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created December 12, 2014 09:38
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 alfredbez/4e6b5b7e23aa755b0aa9 to your computer and use it in GitHub Desktop.
Save alfredbez/4e6b5b7e23aa755b0aa9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$primary-color: #333;
$primary-background: #eee;
body {
color: $primary-color;
background: $primary-background;
}
body {
color: #333;
background: #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment