diff options
Diffstat (limited to 'src/sass/bootstrap4/mixins/_reset-filter.scss')
| -rw-r--r-- | src/sass/bootstrap4/mixins/_reset-filter.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sass/bootstrap4/mixins/_reset-filter.scss b/src/sass/bootstrap4/mixins/_reset-filter.scss new file mode 100644 index 0000000..044b349 --- /dev/null +++ b/src/sass/bootstrap4/mixins/_reset-filter.scss @@ -0,0 +1,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. + +@mixin reset-filter() { + filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; +} |
