PHP Classes

File: themes/demo/assets/vendor/bootstrap/less/mixins/reset-filter.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   themes/demo/assets/vendor/bootstrap/less/mixins/reset-filter.less   Download  
File: themes/demo/assets/vendor/bootstrap/less/mixins/reset-filter.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 248 bytes
 

Contents

Class file image Download
// 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. .reset-filter() { filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)")); }