website/_sass/bootstrap/scss/mixins/_reset-filter.scss
Jesper Hess f68ff9a945 Directory structure for SASS files
Moved bootstrap folder into _sass/bootstrap
Moved cryptohagen.scss to /assets/css
Added frontmatter to cryptohagen.scss
2017-03-09 09:09:03 +01:00

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