Created
November 19, 2019 20:00
-
-
Save deyvisonborges/3871bb46322d2ba2da07ed0e5f59204d to your computer and use it in GitHub Desktop.
This file contains 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
@tablet: ~"screen and (min-width: 768px)"; | |
@smartphones: ~"screen and (min-width: 320px) and (max-width: 480px)"; | |
@ipads: ~"screen and (min-width: 768px) and (max-width: 1024px)"; | |
// para iPhones | |
@iphone4: ~"screen and (min-width: 320px) and (max-width: 480px)"; | |
@iphone5: ~"screen and (min-width: 320px) and (max-height: 568px)"; | |
@iphone678: ~"screen and (min-width: 375px) and (max-height: 667px)"; | |
@iphone678more: ~"screen and (min-width: 414px) and (max-height: 736px)"; | |
@iphonex: ~"screen and (min-width: 375px) and (max-height: 812px)"; | |
@iphonexsmaxxr: ~"screen and (min-width: 414px) and (max-height: 896px)"; | |
// para Samsung Galaxy 3, 4 e 5 | |
@samsungs3: ~"screen and (min-width: 320px) and (max-height: 640px)"; | |
@samsungs4: ~"screen and (min-width: 320px) and (max-height: 640px)"; | |
@samsungs5: ~"screen and (min-width: 360px) and (max-height: 640px)"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment