Created
August 19, 2014 16:13
-
-
Save colmtuite/740b85116310546c73cd to your computer and use it in GitHub Desktop.
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
.bgPrimary { | |
background: coral; | |
color: #fff; | |
} | |
.fs1 { | |
font-size: 20px; | |
line-height: 24px; | |
} | |
.displayInlineBlock { | |
display: inline-block; | |
} | |
.btn--Primary { | |
@extend .displayInlineBlock; | |
@extend .bgPrimary; | |
@extend .fs1; | |
} | |
<button class="displayInlineBlock bgPrimary fs1"></button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment