Skip to content

Instantly share code, notes, and snippets.

@simshanith
Created January 9, 2014 17:14
Show Gist options
  • Save simshanith/8337997 to your computer and use it in GitHub Desktop.
Save simshanith/8337997 to your computer and use it in GitHub Desktop.
mixin for creating font size breakpoints
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