Created
May 14, 2017 14:34
-
-
Save eddiesigner/d70026c2c62d24d5587df8b25b26f07a to your computer and use it in GitHub Desktop.
Simple Media Queries Default Configuration
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
{ | |
'initialize': '1px', | |
'small': '35.5em', // >= 568px @ 16px | |
'medium': '48em', // >= 768px @ 16px | |
'large': '64em', // >= 1024px @ 16px | |
'extra-large': '80em' // >= 1280px @ 16px | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment