Skip to content

Instantly share code, notes, and snippets.

@abacaj
Created April 28, 2015 14:05
Show Gist options
  • Save abacaj/aa234902a356882b422b to your computer and use it in GitHub Desktop.
Save abacaj/aa234902a356882b422b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<h1>Hamburger</h1>
<h2>Hamburger</h2>
<h3>Hamburger</h3>
<h4>Hamburger</h4>
<h5>Hamburger</h5>
<h6>Hamburger</h6>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// Modular Scale (v2.0.6)
// ----
@import "modular-scale";
$ms-base: 1em;
$ms-ratio: 1.5;
$margin: ms(-2);
body {
font-size: 16px;
line-height: $ms-ratio;
}
h1,h2,h3,h4,h5,h6 {margin: 0;}
h1 {
font-size: ms(3);
line-height: ms(0.5);
margin-bottom: $margin;
}
h2{
font-size: ms(2.5);
line-height: ms(0.75);
margin-bottom: $margin;
}
h3 {
font-size: ms(1.5);
line-height: ms(0.5);
margin-bottom: $margin;
}
h4 {
font-size: ms(0.5);
line-height: ms(0.5);
margin-bottom: $margin;
}
h5 {
font-size: ms(0);
line-height: ms(0.5);
margin-bottom: $margin;
}
h6{
font-size: ms(-.5);
line-height: ms(0.5);
margin-bottom: $margin;
}
body {
font-size: 16px;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
h1 {
font-size: 3.375em;
line-height: 1.22474em;
margin-bottom: 0.44444em;
}
h2 {
font-size: 2.75568em;
line-height: 1.3554em;
margin-bottom: 0.44444em;
}
h3 {
font-size: 1.83712em;
line-height: 1.22474em;
margin-bottom: 0.44444em;
}
h4 {
font-size: 1.22474em;
line-height: 1.22474em;
margin-bottom: 0.44444em;
}
h5 {
font-size: 1em;
line-height: 1.22474em;
margin-bottom: 0.44444em;
}
h6 {
font-size: 0.8165em;
line-height: 1.22474em;
margin-bottom: 0.44444em;
}
<h1>Hamburger</h1>
<h2>Hamburger</h2>
<h3>Hamburger</h3>
<h4>Hamburger</h4>
<h5>Hamburger</h5>
<h6>Hamburger</h6>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment