Created
November 4, 2014 20:54
-
-
Save tolja/2304f6c55453edc30868 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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