Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Last active August 29, 2015 14:22
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 aarongustafson/166b285a4fe3d854b97b to your computer and use it in GitHub Desktop.
Save aarongustafson/166b285a4fe3d854b97b to your computer and use it in GitHub Desktop.
Bringing Sanity and Order to Device Testing
<link rel="stylesheet" href="default.css" media="all">
<link rel="stylesheet" href="advanced.css" media="only screen">
if ( 'querySelector' in document ) {
// We can use querySelector!
}
<!--[if gt IE 8]><!-->
<script src="main.js"></script>
<!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment