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

clean-css confuses IDs and property names #59

Closed
Wilfred opened this issue Jan 27, 2013 · 1 comment
Closed

clean-css confuses IDs and property names #59

Wilfred opened this issue Jan 27, 2013 · 1 comment
Assignees
Milestone

Comments

@Wilfred
Copy link

Wilfred commented Jan 27, 2013

Minifying the following:

#content {}

#foo {
    content: "\00BB  ";
}

(note two trailing spaces)

Produces:

#content{}#foo{content:"\00BB "}

with only one trailing space. Changing the ID name fixes this.

@GoalSmashers
Copy link
Contributor

Thanks @Wilfred for raising this issue! Will go into 0.9.2 soon.

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