Skip to content

Instantly share code, notes, and snippets.

@safranck
Created February 19, 2015 20:27
Show Gist options
  • Save safranck/451147fbd12c994c3ea9 to your computer and use it in GitHub Desktop.
Save safranck/451147fbd12c994c3ea9 to your computer and use it in GitHub Desktop.
Breakpoints
$breakpoints: (
large-desktop: 105em, // 1680px
desktop: 85.375em, // 1366px
tablet-landscape: 64em, // 1024px
tablet-portrait: 48em, // 768px
phone-landscape: 40em, // 640px
phone-portrait: 22.5em, // 360px
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment