Skip to content

Instantly share code, notes, and snippets.

@bencallahan
Created October 24, 2012 20:09
Show Gist options
  • Select an option

  • Save bencallahan/3948516 to your computer and use it in GitHub Desktop.

Select an option

Save bencallahan/3948516 to your computer and use it in GitHub Desktop.
not print css linking
<link rel="stylesheet" href="c/base.css">
<link rel="stylesheet" media="not print, braille, embossed, speech, tty" href="c/mq.css">
<!--[if (lte IE 8)&(!IEMobile)]>
<link rel="stylesheet" media="screen" href="c/nomq.css">
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment