Created
June 6, 2016 12:37
-
-
Save snowman-repos/31e200a68b7000f3cf3e214387645de6 to your computer and use it in GitHub Desktop.
Load a custom style sheet for IE10 and 11
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
<link rel="stylesheet" href="app.css" id="js-app-css"> | |
<script> | |
document.getElementById('js-app-css').setAttribute('href', 'ie10-11.css') | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment