switching/sass/bootstrap/mixins/_reset-filter.scss
2019-08-21 12:57:48 +03:00

9 lines
246 B
SCSS
Executable File

// 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 and below.
@mixin reset-filter() {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}