Skip to content

Instantly share code, notes, and snippets.

@LukeWJensen
Created May 10, 2019 18:05
Show Gist options
  • Save LukeWJensen/681ffe69d90c38b16904b54c19bc1d0b to your computer and use it in GitHub Desktop.
Save LukeWJensen/681ffe69d90c38b16904b54c19bc1d0b to your computer and use it in GitHub Desktop.
[CSS Hack for IE10-11] #css #hack #ie11
@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