Skip to content

Instantly share code, notes, and snippets.

@tareiking
Created March 18, 2014 04:42
Show Gist options
  • Save tareiking/9613691 to your computer and use it in GitHub Desktop.
Save tareiking/9613691 to your computer and use it in GitHub Desktop.
Foundation 5.2 Breakpoints
// Here we define the lower and upper bounds for each media size
$small-range: (0em, 40em); /* 0, 640px */
$medium-range: (40.063em, 64em); /* 641px, 1024px */
$large-range: (64.063em, 90em); /* 1025px, 1440px */
$xlarge-range: (90.063em, 120em); /* 1441px, 1920px */
$xxlarge-range: (120.063em); /* 1921px */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment