summaryrefslogtreecommitdiff
path: root/src/sass/bootstrap4/mixins/_reset-filter.scss
blob: 044b349c0ca02d230791c1480587036c0f8d340b (plain)
1
2
3
4
5
6
7
8
// Reset filters for IE
//
// When you need to remove a gradient background, do not forget to use this to reset
// the IE filter for IE9.

@mixin reset-filter() {
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}