File diff e33121c7dc54 → 32c2469b99f4
static/bootstrap/stylesheets/bootstrap/mixins/_reset-filter.scss
Show inline comments
 
new file 100644
 
// 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);
 
}