Skip to content
New issue

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

filter + important breaks csso v1.3.1 #87

Closed
doochik opened this issue Oct 8, 2012 · 1 comment
Closed

filter + important breaks csso v1.3.1 #87

doochik opened this issue Oct 8, 2012 · 1 comment

Comments

@doochik
Copy link

doochik commented Oct 8, 2012

example

.t
{
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40) !important;
}

this code works fine

.t
{
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}
afelix added a commit that referenced this issue Oct 8, 2012
@afelix
Copy link
Contributor

afelix commented Oct 8, 2012

Fixed in 1.3.2.

@afelix afelix closed this as completed Oct 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants