@mixin ie-fallback {
  @media all and (-ms-high-contrast: none) {
    @content;
  }
}
