website/_sass/bootstrap/scss/mixins/_reset-filter.scss
Rolf Amfelt f06abe5ab5
Some checks failed
continuous-integration/drone/push Build is failing
jekyll update
2024-01-20 16:06:39 +01:00

9 lines
238 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.
@mixin reset-filter() {
filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}