Skip to content

Instantly share code, notes, and snippets.

@tolja
Created November 4, 2014 21:16
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/ccba140dfc260678201d to your computer and use it in GitHub Desktop.
Save tolja/ccba140dfc260678201d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<input type="button" class="blue_button" value="Button">
<input type="button" class="checkout_button" value="Kaufen" />
// ----
// 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:#000;
}
.blue_button, .checkout_button {
background: #336699;
font-weight: bold;
color: white;
padding: 5px; }
.checkout_button {
color: #000; }
<input type="button" class="blue_button" value="Button">
<input type="button" class="checkout_button" value="Kaufen" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment