Skip to content

Instantly share code, notes, and snippets.

@marcustisater
Created October 26, 2015 12:02
Show Gist options
  • Save marcustisater/edf5954b1b9ef7935236 to your computer and use it in GitHub Desktop.
Save marcustisater/edf5954b1b9ef7935236 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.button-gray {
color: gray;
background: red;
}
#sidebar .button-gray {
padding: 15px;
}
.page .button {
@extend .button-gray;
}
.compile {
color: green;
}
.button-gray, .page .button {
color: gray;
background: red; }
#sidebar .button-gray, #sidebar .page .button, .page #sidebar .button {
padding: 15px; }
.compile {
color: green; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment