Skip to content

Instantly share code, notes, and snippets.

@MichaelArestad
Created September 16, 2014 18:44
Show Gist options
  • Save MichaelArestad/db17939b6c82de077e47 to your computer and use it in GitHub Desktop.
Save MichaelArestad/db17939b6c82de077e47 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.button {
border-radius: 3px;
font-size: 13px;
}
.button-primary {
@extend .button;
color: #fff;
background: blue;
}
.button-secondary {
@extend .button;
color: #555;
background: grey;
}
.button, .button-primary, .button-secondary {
border-radius: 3px;
font-size: 13px;
}
.button-primary {
color: #fff;
background: blue;
}
.button-secondary {
color: #555;
background: grey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment