Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created August 19, 2014 16:13
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 colmtuite/740b85116310546c73cd to your computer and use it in GitHub Desktop.
Save colmtuite/740b85116310546c73cd to your computer and use it in GitHub Desktop.
.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