Created
April 23, 2013 11:38
-
-
Save wutangpaul/5442889 to your computer and use it in GitHub Desktop.
Conditional polyfill for media queries in older IE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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