Skip to content

Instantly share code, notes, and snippets.

@alesanabriav
Created December 26, 2014 04:42
Show Gist options
  • Save alesanabriav/92ca376f52bd21264b2c to your computer and use it in GitHub Desktop.
Save alesanabriav/92ca376f52bd21264b2c to your computer and use it in GitHub Desktop.
/* Large desktops and laptops */
$desktop-lg: "(min-width: 1200px)"
/* Portrait tablets and medium desktops */
$desktop: "(min-width: 992px) and (max-width: 1199px)"
/* Portrait tablets and small desktops */
$tablet: "(min-width: 768px) and (max-width: 991px)"
/* Landscape phones and portrait tablets */
$mobile: "(max-width: 767px)"
/* Landscape phones and smaller */
$mobile-xs: "(max-width: 480px)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment