Skip to content

Instantly share code, notes, and snippets.

@julzmon
Last active August 29, 2015 14:22
Show Gist options
  • Save julzmon/3718ef8c75b263de23ad to your computer and use it in GitHub Desktop.
Save julzmon/3718ef8c75b263de23ad to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<h1>Heading one</h1>
<h2>Heading two</h2>
<h3>Heading three</h3>
<h4>Heading four</h4>
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// Modular Scale (v2.0.5)
// ----
@import "modular-scale";
$ms-base: 1rem;
$ms-ratio: $fourth;
body {
foo: ms-list(-2, 2, $ms-base, $ms-ratio);
foo: ms(0);
}
h1 {
font-size:ms(4);
}
body {
foo: 0.5625000003rem 0.7500000002rem 1rem 1.333333333rem 1.7777777769rem;
foo: 1rem;
}
h1 {
font-size: 3.160493824rem;
}
<h1>Heading one</h1>
<h2>Heading two</h2>
<h3>Heading three</h3>
<h4>Heading four</h4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment