Skip to content

Instantly share code, notes, and snippets.

@wutangpaul
Created April 23, 2013 11:38
Show Gist options
  • Save wutangpaul/5442889 to your computer and use it in GitHub Desktop.
Save wutangpaul/5442889 to your computer and use it in GitHub Desktop.
Conditional polyfill for media queries in older IE
<head>
<!-- Your head content -->
<link rel="stylesheet" href=style.css">
<!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script> <![endif]-->
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment