Skip to content

Instantly share code, notes, and snippets.

@marczhermo
Created April 1, 2012 07:36
Show Gist options
  • Save marczhermo/2272765 to your computer and use it in GitHub Desktop.
Save marczhermo/2272765 to your computer and use it in GitHub Desktop.
CSS: Link Rel New Way
<link rel="stylesheet" href="/css/global.css" media="all">
<link rel="stylesheet" href="/css/layout.css" media="all and (min-width: 30em)">
<!--[if (lt IE 9)&(!IEMobile)]>
<link rel="stylesheet" href="/css/layout.css" media="all">
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment