2
0
Fork 2
website/_sass/bootstrap/scss/mixins/_reset-filter.scss

9 Zeilen
238 B
SCSS

// 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)";
}