Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_reset-filter.scss « mixins « bootstrap « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf73051200ec53b4fca0fcb50eaa8bf7b7c16d23 (plain)
1
2
3
4
5
6
7
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);
}