Created
February 5, 2016 06:22
-
-
Save NatalieMac/031f0602bf701012c803 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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