Skip to content

Instantly share code, notes, and snippets.

@jcsrb
Created August 1, 2013 09:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcsrb/6129975 to your computer and use it in GitHub Desktop.
Save jcsrb/6129975 to your computer and use it in GitHub Desktop.
mobile first but don't want to show IE8 the mobile version?
<link rel='stylesheet' href='mobile.css' type='text/css' />
<link rel='stylesheet' href='desktop.css' type='text/css' media='(min-width: 961px)' />
<!--[if lt IE 9]>
<link rel='stylesheet' href='desktop.css' type='text/css' />
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment