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

Minifying font-awesome-ie7.css results in wrong output #126

Closed
XhmikosR opened this issue Aug 15, 2013 · 3 comments
Closed

Minifying font-awesome-ie7.css results in wrong output #126

XhmikosR opened this issue Aug 15, 2013 · 3 comments
Assignees
Milestone

Comments

@XhmikosR
Copy link
Contributor

  1. Get Font Aswesome
  2. Minify font-awesome-ie7.css with clean-css: cleancss -b -o min.css
  3. Compare the already minified font-awesome-ie7.min.css and you will see clean-css does something weird with the attribute selector...

clean-css's output:

.icon-glass{*zoom:expression(this.runtimeStyle[=zoom]='1',this.innerHTML='')}

correct:

.icon-glass{*zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
@GoalSmashers
Copy link
Contributor

Bloody expressions!

@XhmikosR
Copy link
Contributor Author

Thanks! I'll wait for v1.1.0 for deployment in my projects.

@GoalSmashers
Copy link
Contributor

It should be out in the coming days!

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