Created
December 26, 2014 04:42
-
-
Save alesanabv/92ca376f52bd21264b2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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