matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

Backslashed @import comment #366

Closed RoccoHoward closed 6 months ago

RoccoHoward commented 3 years ago

reflection-docblock treats this as a tag "does not seem to be wellformed, please check it for errors" Backlashing ensures this non-import is ignored.

matthiasmullie commented 6 months ago

Has been merged into master: https://github.com/matthiasmullie/minify/commit/e30503da332ad262a9068c4f69510db2718c28fb

Thanks!