Skip to content

Instantly share code, notes, and snippets.

@coliff
Last active July 31, 2018 15:03
Show Gist options
  • Save coliff/81f98935361bf638106261d609e7ce15 to your computer and use it in GitHub Desktop.
Save coliff/81f98935361bf638106261d609e7ce15 to your computer and use it in GitHub Desktop.
Bootstrap 4 for IE8 and IE9 CSS Polyfill
<!--[if IE 9]>
<link href="https://cdn.jsdelivr.net/gh/coliff/bootstrap-ie8/css/bootstrap-ie9.min.css" rel="stylesheet">
<![endif]-->
<!--[if lte IE 8]>
<link href="https://cdn.jsdelivr.net/gh/coliff/bootstrap-ie8/css/bootstrap-ie8.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/g/html5shiv@3.7.3"></script>
<![endif]-->
@coliff
Copy link
Author

coliff commented Jul 31, 2018

More details and implementation FAQs at: https://github.com/coliff/bootstrap-ie8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment