Skip to content

Instantly share code, notes, and snippets.

@bencallahan
Created December 20, 2012 19: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 bencallahan/4347980 to your computer and use it in GitHub Desktop.
Save bencallahan/4347980 to your computer and use it in GitHub Desktop.
// mq.scss
// For user agents that support media queries
@import "my-media-mq"; // where my-base and my-media are defined
@import "styles";
// nomq.scss
// For user agents that don't support media queries
@import "my-media-nomq"; // where my-base and my-media are defined
@import "styles";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment