Skip to content

Commit

Permalink
Add ie-only scss mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMayerhofer committed Jan 28, 2020
1 parent face7c8 commit 45b4ce8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/scss/mixins/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
@import 'family';

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

0 comments on commit 45b4ce8

Please sign in to comment.