Skip to content

Instantly share code, notes, and snippets.

@Guilh
Created August 6, 2014 19:43
Show Gist options
  • Save Guilh/9e3c49bc4061d7abd51c to your computer and use it in GitHub Desktop.
Save Guilh/9e3c49bc4061d7abd51c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
%hdln-prim {
color: #222;
font-weight: 400;
font-size: 42px;
line-height: 1.5;
}
%hdln-sec {
color: lightgrey;
font-weight: 300;
font-size: 24px;
font-family: serif;
}
// Headlines
.headline {
&-primary {
@extend %hdln-prim;
margin-bottom: 70px;
&--grouped {
@extend %hdln-prim;
margin-bottom: 0;
}
}
&-secondary {
@extend %hdln-sec;
margin-bottom: 22px;
&--grouped {
@extend %hdln-sec;
margin-top: 10px;
margin-bottom: 54px;
}
}
}
.headline-primary, .headline-primary--grouped {
color: #222;
font-weight: 400;
font-size: 42px;
line-height: 1.5;
}
.headline-secondary, .headline-secondary--grouped {
color: lightgrey;
font-weight: 300;
font-size: 24px;
font-family: serif;
}
.headline-primary {
margin-bottom: 70px;
}
.headline-primary--grouped {
margin-bottom: 0;
}
.headline-secondary {
margin-bottom: 22px;
}
.headline-secondary--grouped {
margin-top: 10px;
margin-bottom: 54px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment