We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixin for opacity with IE suport
opacity(n) -khtml-opacity n -moz-opacity n opacity n -ms-filter unquote('"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + round(n * 100) + ')"') filter unquote('alpha(opacity=' + round(n * 100) + ')')
The text was updated successfully, but these errors were encountered:
pretty sure we already have this: https://github.com/visionmedia/nib/blob/701efeecde722790cdd95654b4a9c40f02d63efb/lib/nib/vendor.styl#L268
...you just need to enable IE support.
Sorry, something went wrong.
No branches or pull requests
Mixin for opacity with IE suport
The text was updated successfully, but these errors were encountered: