File "_reset-filter.scss"
Full path: E:/sites/Single15/tinmung2007/webroot/lich nam B/sass/bootstrap/mixins/_reset-filter.scss
File size: 246 B
MIME-type:
Charset: utf-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 and below.
@mixin reset-filter() {
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}