Skip to content

Instantly share code, notes, and snippets.

@DrewDouglass
Created September 12, 2018 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrewDouglass/9e2ce85c73d126369d180bafaaa0112b to your computer and use it in GitHub Desktop.
Save DrewDouglass/9e2ce85c73d126369d180bafaaa0112b to your computer and use it in GitHub Desktop.
Target IE10 and 11 with media query
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
// IE10+ CSS here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment