Skip to content

Instantly share code, notes, and snippets.

@csswizardry
Created October 15, 2014 14:07
Show Gist options
  • Save csswizardry/adb314355cee050239b2 to your computer and use it in GitHub Desktop.
Save csswizardry/adb314355cee050239b2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.5)
// Compass (v1.0.1)
// ----
// _settings.colors.scss
$color-btn-light: white;
$color-btn-dark: black;
$color-btn: $color-btn-light;
// _components.buttons.scss
.btn {
background-color: $color-btn;
}
.btn {
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment