Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Created August 19, 2014 16:02
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/667c906d94410a65199a to your computer and use it in GitHub Desktop.
Save colmtuite/667c906d94410a65199a to your computer and use it in GitHub Desktop.
.fs-1 {
font-size: 20px;
}
<h1 class="fs-1"></h1>
.componentWith20pxFontSize {
@extend .fs-1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment