Lasso.js plugin to minify CSS using clean-css. Current stable version is 2.1.0, released with support for Lasso.js integration. It allows passing clean-css options through configuration and requires disabling the default Lasso.js minifier to avoid double minification. It is a niche plugin for projects using the Lasso.js build tool, contrasting with general-purpose CSS minifiers like cssnano or clean-css CLI.
npm install lasso-clean-cssNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures Lasso.js to use lasso-clean-css for CSS minification with custom clean-css options and disables default minifier.
Set 'minify': false in Lasso configuration.
Check clean-css changelog and update plugin config accordingly.
npm install lasso-clean-css --save
Set 'minify': false in Lasso configuration.