Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created March 31, 2016 04:30
Show Gist options
  • Select an option

  • Save hsleonis/16ebdd533008e53920d2210a64b3bea6 to your computer and use it in GitHub Desktop.

Select an option

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)
<!--[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