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

Fixes moveImportsToTop #424

Open phinor opened 5 months ago

phinor commented 5 months ago

@charset directives would lose their semicolons after moveImportsToTop

phinor commented 5 months ago

This pull request fixes #289.