nizarmah / auto-minify

Minifies JS and CSS files in GitHub workflows.
GNU General Public License v3.0
48 stars 18 forks source link

Add Lightning CSS minifier #36

Closed renelamo closed 5 months ago

renelamo commented 5 months ago

This PR adds the LightningCSS engine to minify CSS. Clean-css is still available and selection between CSS minifiers is done just like between JS minifiers. Unlike clean-css, LightningCSS supports minification of CSS files using the new nested selectors syntax.

nizarmah commented 5 months ago

Hello. Thanks for the pull request!

The changes look spot-on from a distance. I'll take a closer look tomorrow and hopefully merge :D

nizarmah commented 5 months ago

Hello @renelamo! Heads up, this change is now released in v3.

renelamo commented 5 months ago

Hi @nizarmah, thanks for taking the time to review this PR and for doing it that quick!