Skip to content

Instantly share code, notes, and snippets.

@bradonomics
Created September 28, 2018 20:28
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 bradonomics/941bcedce3dcf6407d4f82eb02b433e9 to your computer and use it in GitHub Desktop.
Save bradonomics/941bcedce3dcf6407d4f82eb02b433e9 to your computer and use it in GitHub Desktop.
When you still need to target IE and Edge browsers.
@supports (-ms-ime-align: auto) {
// Target Edge
}
@media all and (-ms-high-contrast: none) {
// Target IE11
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment