Skip to content

Instantly share code, notes, and snippets.

@eddiesigner
Created May 14, 2017 14:36
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/87b5b633e098cf379f249ec5fea54ed2 to your computer and use it in GitHub Desktop.
Save eddiesigner/87b5b633e098cf379f249ec5fea54ed2 to your computer and use it in GitHub Desktop.
Simple Media Queries Override Configuration
...
var processors = [
simple_media_queries({
'mobile': '32em',
'tablet': '45em',
'desktop': '64em',
'extra-large': '80em',
'super-large': '96em'
}),
postcss_nested
];
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment