Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created May 1, 2013 02:10
Show Gist options
  • Save scottkellum/5493334 to your computer and use it in GitHub Desktop.
Save scottkellum/5493334 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
=bigger
font-size: bigger
%button
baz: boo
div
stuff: stuff
.big-button
@extend %button
+bigger
// ---
// Modular Scale (v1.0.6)
// Sass (v3.2.8)
// ---
$base-size: 16px 14px;
@for $i from 1 through 6 {
h#{$i} {
font-size: ms(7 - $i);
}
}
h1 {
font-size: 59px;
}
h2 {
font-size: 42px;
}
h3 {
font-size: 37px;
}
h4 {
font-size: 26px;
}
h5 {
font-size: 23px;
}
h6 {
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment