Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created February 5, 2016 06:22
Show Gist options
  • Save NatalieMac/031f0602bf701012c803 to your computer and use it in GitHub Desktop.
Save NatalieMac/031f0602bf701012c803 to your computer and use it in GitHub Desktop.
// Set the base and ratio
$ms-base: 1rem 1.143rem;
$ms-ratio: 1.2;
// Then put them to work
p {
font-size: ms(1);
margin: ms(2) 0;
}
h1 {
font-size: ms(4);
margin: ms(4) 0 ms(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment