Skip to content

Instantly share code, notes, and snippets.

@eddiesigner
Created May 14, 2017 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddiesigner/d70026c2c62d24d5587df8b25b26f07a to your computer and use it in GitHub Desktop.
Save eddiesigner/d70026c2c62d24d5587df8b25b26f07a to your computer and use it in GitHub Desktop.
Simple Media Queries Default Configuration
{
'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