// target IE 10 and 11 with a media query
@mixin support-ie-10-11 {
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    @content
  }
}