Skip to content

Instantly share code, notes, and snippets.

@amwelles
Created February 7, 2014 15:39
Show Gist options
  • Save amwelles/8865059 to your computer and use it in GitHub Desktop.
Save amwelles/8865059 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
.button {
border-radius: 3px;
background: grey;
color: white;
}
.blue-button {
@extend .button;
background: blue;
}
.button, .blue-button {
border-radius: 3px;
background: grey;
color: white;
}
.blue-button {
background: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment