Created
July 5, 2012 04:52
-
-
Save darren131/3051452 to your computer and use it in GitHub Desktop.
Reset gradients for ie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Reset filters for IE | |
// especially useful when you're using something like CSS3 Pie | |
@mixin gradient-reset-filter() { | |
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment