Skip to content

Instantly share code, notes, and snippets.

@bencallahan
Created October 24, 2012 19:54
Show Gist options
  • Save bencallahan/3948415 to your computer and use it in GitHub Desktop.
Save bencallahan/3948415 to your computer and use it in GitHub Desktop.
Rough example of "not print" css linking
<link rel="stylesheet" href="basic.css">
<link rel="stylesheet" media="not print" href="mq.css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment