Skip to content

Instantly share code, notes, and snippets.

@tolja
Created November 4, 2014 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tolja/2304f6c55453edc30868 to your computer and use it in GitHub Desktop.
Save tolja/2304f6c55453edc30868 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.blue_button { background: #336699; font-weight: bold; color: white; padding: 5px; } .checkout_button { @extend .blue_button; color:#453223; }
.blue_button, .checkout_button {
background: #336699;
font-weight: bold;
color: white;
padding: 5px; }
.checkout_button {
color: #453223; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment