Last active
January 12, 2016 20:49
-
-
Save dirtystylus/b35843f53e4b441cc8d6 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
/* Modular Scale */ | |
$ms-base: 1.125em; | |
$ms-ratio: $golden; | |
$ms-range: | |
1.05 20em, | |
1.33 81.25em; | |
.entry-meta { | |
@include ms-respond(font-size, -1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment