Skip to content

Instantly share code, notes, and snippets.

@vortizhe
Created September 20, 2017 10:07
Show Gist options
  • Save vortizhe/77ac712a4d1baecdd0def29cd348c7dc to your computer and use it in GitHub Desktop.
Save vortizhe/77ac712a4d1baecdd0def29cd348c7dc to your computer and use it in GitHub Desktop.
Sass mixing for IE10-11
@mixin ie() {
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@content;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment