Skip to content

Instantly share code, notes, and snippets.

@scheibome
Last active November 18, 2015 21:59
Show Gist options
  • Save scheibome/94eed9014833a6226ecd to your computer and use it in GitHub Desktop.
Save scheibome/94eed9014833a6226ecd to your computer and use it in GitHub Desktop.
Font-Size per Viewport - Include
$body-fontsize: (
(null, 16px, #000000),
(800px, null, #81CFE0),
(1000px, 26px, #F9690E)
);
body {
@include font-size($body-fontsize);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment