Skip to content

Instantly share code, notes, and snippets.

@jeff-h
Created September 18, 2015 03:22
Show Gist options
  • Save jeff-h/03a2a3fdbd7c34bad10d to your computer and use it in GitHub Desktop.
Save jeff-h/03a2a3fdbd7c34bad10d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// Grid breakpoints
//
// Define the minimum and maximum dimensions at which your layout will change,
// adapting to different screen sizes, for use in media queries.
$grid-breakpoints: (
// Extra small screen / phone
xs: 0,
// Small screen / phone
sm: 34em,
// Medium screen / tablet
md: 48em,
// Large screen / desktop
lg: 62em,
// Extra large screen / wide desktop
xl: 75em
) !default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment