Skip to content

Instantly share code, notes, and snippets.

@marcustisater
Created May 18, 2015 08:04
Show Gist options
  • Save marcustisater/54bcbd705df7fe1b5b40 to your computer and use it in GitHub Desktop.
Save marcustisater/54bcbd705df7fe1b5b40 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.button-gray {
color: gray;
}
#sidebar .button-gray {
padding: 25px;
}
.button {
@extend .button-gray;
}
.button-gray, .button {
color: gray;
}
#sidebar .button-gray, #sidebar .button {
padding: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment