Created
January 9, 2014 17:14
-
-
Save simshanith/8337997 to your computer and use it in GitHub Desktop.
mixin for creating font size breakpoints
This file contains 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
textRespond($minWidth, fontSize) | |
mq = "only screen and (min-width: "+$minWidth+")" | |
@media mq | |
html.app>body | |
font-size fontSize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment