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

[] Chars Losing Whitespace in CSS Compression #25

Closed
jaswrks opened this issue Jul 12, 2014 · 1 comment
Closed

[] Chars Losing Whitespace in CSS Compression #25

jaswrks opened this issue Jul 12, 2014 · 1 comment
Assignees
Labels

Comments

@jaswrks
Copy link

jaswrks commented Jul 12, 2014

The HTML Compressor is currently converting this...

a[this='that'] .thing

Into the following; which results in CSS corruption.

a[this='that'].thing

NOT the same thing. Notice that whitespace between ] and . is important here.

cc @raamdev

@jaswrks jaswrks added the bug label Jul 12, 2014
@jaswrks jaswrks self-assigned this Jul 12, 2014
jaswrks pushed a commit that referenced this issue Jul 12, 2014
jaswrks pushed a commit that referenced this issue Jul 12, 2014
@jaswrks jaswrks closed this as completed Jul 12, 2014
@jaswrks
Copy link
Author

jaswrks commented Jul 12, 2014

@raamdev The latest release resolves this.
https://github.com/websharks/html-compressor/releases/tag/140712

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

No branches or pull requests

1 participant