Created
March 31, 2016 04:30
-
-
Save hsleonis/16ebdd533008e53920d2210a64b3bea6 to your computer and use it in GitHub Desktop.
IE < 9 Support, HTML5 for you know what and respond js is a fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)
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
| <!--[if lt IE 9]> | |
| <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | |
| <![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment