start-clean-css
Install
npm install --save-dev start-clean-css# or yarn add --save-dev start-clean-css
Usage
;;;;;;;;; const build = ;
This task relies on [{ path, data, map }]
input and provides the same, see documentation for details.
Arguments
cleanCSS(options)
options
– CleanCSS options,{ rebase: false, sourceMapInlineSources: true }
by default