Skip to content

Instantly share code, notes, and snippets.

@alfredbez
Created December 12, 2014 09:48
Show Gist options
  • Save alfredbez/7b770e04da4b436aa2c5 to your computer and use it in GitHub Desktop.
Save alfredbez/7b770e04da4b436aa2c5 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: lighten($primary-color, 10%);
background: darken($primary-background, 10%);
}
body {
color: #4d4d4d;
background: #d4d4d4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment