From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/lib/bootstrap/mixins/_reset-filter.scss | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 assets/css/lib/bootstrap/mixins/_reset-filter.scss (limited to 'assets/css/lib/bootstrap/mixins/_reset-filter.scss') diff --git a/assets/css/lib/bootstrap/mixins/_reset-filter.scss b/assets/css/lib/bootstrap/mixins/_reset-filter.scss deleted file mode 100644 index bf73051..0000000 --- a/assets/css/lib/bootstrap/mixins/_reset-filter.scss +++ /dev/null @@ -1,8 +0,0 @@ -// 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); -} -- cgit v1.2.3