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

empty multiline comments are parsed incorrectly #24

Open
yomed opened this issue Jul 1, 2015 · 1 comment
Open

empty multiline comments are parsed incorrectly #24

yomed opened this issue Jul 1, 2015 · 1 comment

Comments

@yomed
Copy link

yomed commented Jul 1, 2015

Code with empty multiline comments (/**/) gets parsed incorrectly, and could lead to chunks of CSS getting erased through minification, like this:

/**/
.any-code-here-is-erased {
    display: none;
}
/**/
yomed added a commit to yomed/sqwish that referenced this issue Jul 1, 2015
@pdonon
Copy link

pdonon commented Sep 16, 2016

Agreed same issue here

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