Skip to content

Instantly share code, notes, and snippets.

@hellatan
Last active October 9, 2015 21:08
Show Gist options
  • Save hellatan/28c75e25d894deff4bff to your computer and use it in GitHub Desktop.
Save hellatan/28c75e25d894deff4bff to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
%application-header {
text-transform: uppercase;
font-family: "helvetica";
line-height: 1;
}
.other-class {
@extend %application-header;
}
.description-title {
@extend %application-header;
margin-top: 0;
font-size: 24px;
letter-spacing: 3px;
line-height: 1.2
}
.other-class, .description-title {
text-transform: uppercase;
font-family: "helvetica";
line-height: 1;
}
.description-title {
margin-top: 0;
font-size: 24px;
letter-spacing: 3px;
line-height: 1.2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment