Skip to content

Instantly share code, notes, and snippets.

@codingdesigner
Created August 1, 2013 14:31
Show Gist options
  • Save codingdesigner/6131927 to your computer and use it in GitHub Desktop.
Save codingdesigner/6131927 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
// ---
// Sass (v3.2.9)
// ---
h1 {
font-size: 2rem;
line-height: 1.75;
}
h2 {
font-size: 1.5rem;
line-height: 1.5;
}
article {
.title {
@extend h1;
}
}
h1, article .title {
font-size: 2rem;
line-height: 1.75;
}
h2 {
font-size: 1.5rem;
line-height: 1.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment