Created
May 10, 2019 18:05
-
-
Save LukeWJensen/681ffe69d90c38b16904b54c19bc1d0b to your computer and use it in GitHub Desktop.
[CSS Hack for IE10-11] #css #hack #ie11
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
@media all and (-ms-high-contrast:none) { | |
/* css rules here */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment