Skip to content

Instantly share code, notes, and snippets.

@feload
Created August 16, 2016 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feload/2e4901caaeb4d76a68ce7a207a573caf to your computer and use it in GitHub Desktop.
Save feload/2e4901caaeb4d76a68ce7a207a573caf to your computer and use it in GitHub Desktop.
Screen breakpoints SASS
// Breakpoints
$break360: 22.500em;
$break479: 29.938em;
$break480: 30em;
$break600: 37.500em;
$break640: 40em;
$break641: 40.063em;
$break767: 47.938em;
$break768: 48em;
$break769: 48.063em;
$break1023: 63.938em;
$break1024: 64em;
$break1025: 64.063em;
$break1049: 65.563em;
$break1279: 79.938em;
$break1280: 80em;
$break1440: 90em;
$break1920: 120em;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment