Skip to content

Instantly share code, notes, and snippets.

@trub
Created April 9, 2014 20:36
Show Gist options
  • Select an option

  • Save trub/10312085 to your computer and use it in GitHub Desktop.

Select an option

Save trub/10312085 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// Stipe (v)
// ----
@import "stipe/manifest";
h1 {
@include heading;
text-decoration: uppercase;
}
h2 {
@include heading(24);
@extend h1;
}
h3 {
@include heading(18);
@extend h1;
}
h1, h2, h3 {
font-size: 3.83333em;
line-height: 1.17391;
margin-bottom: 0.3913em;
color: #333333;
font-weight: normal;
font-family: "Helvetica Neue", Arial, sans-serif;
text-decoration: uppercase;
}
h2 {
font-size: 2em;
line-height: 1.5;
margin-bottom: 0.75em;
color: #333333;
font-weight: normal;
font-family: "Helvetica Neue", Arial, sans-serif;
}
h3 {
font-size: 1.5em;
line-height: 1;
margin-bottom: 1em;
color: #333333;
font-weight: normal;
font-family: "Helvetica Neue", Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment