Skip to content

Instantly share code, notes, and snippets.

@okuniw
Last active August 29, 2015 14:16
Show Gist options
  • Save okuniw/547b004ac7b20e36b67f to your computer and use it in GitHub Desktop.
Save okuniw/547b004ac7b20e36b67f to your computer and use it in GitHub Desktop.
add the conditional comments to html, to make IE 9 and earlier version to use bootstrap
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->boo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment