Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Bug: Ignore DXImageTransform #15

Open
AliMD opened this issue Aug 7, 2013 · 2 comments
Open

Bug: Ignore DXImageTransform #15

AliMD opened this issue Aug 7, 2013 · 2 comments

Comments

@AliMD
Copy link

AliMD commented Aug 7, 2013

cssmin ignore DXImageTransform !

Input

p{
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}

Output

p{opacity:0;-ms-filter:alpha(opacity=0);filter:alpha(opacity=0)}
@AliMD
Copy link
Author

AliMD commented Aug 10, 2013

anybody can help ?

@jbleuzen
Copy link
Owner

Sorry was on holidays...
Will look into this soon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants