Open Samlv9 opened 9 years ago
Do you have the original before you cleaned it?
@stolksdorf yes, i was download normalize.css
from github.
i found that when comment like this:
cleancss
will get error output~
Looks like the way my code parses the CSS, it doesn't handle comments and multi-line selector definitions well. To fix this would require quite a substantial change to the CSS processing code, edging on a complete rewrite. CleanCSS does a lazy lexical parsing of the file, and not a true lexical parsing, so edge cases like this will pop up. I'm not really interested in rewriting it, but I always open to pull requests :)
Since this is a bug, I will leave the issue open so people can be aware of it.
Thanks~~~ Soga
here is output
on line
29
it was missing an 'i'.