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

minifies css class list wrong #74

Closed
tylkomat opened this issue Sep 20, 2013 · 1 comment
Closed

minifies css class list wrong #74

tylkomat opened this issue Sep 20, 2013 · 1 comment

Comments

@tylkomat
Copy link

The css .class1 .class2{} is minified to .class1.class2{} which has a different meaning.

@mrclay
Copy link
Owner

mrclay commented Sep 20, 2013

.class1 .class2{} is minified to:

.class1
.class2{}

I.e. the space is replaced by a newline.

@mrclay mrclay closed this as completed Sep 20, 2013
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