IMPORTANT: clean-css is now in a maintenance mode. PRs are still welcome, and I will try do an occasional bugfix relase.
- Do a quick search and make sure a bug has not yet been reported;
- do a quick check if the bug still exists in the latest patch version;
- finally, be nice and have fun!
- clean-css version -
npm ls clean-css
: - node.js version -
node -v
: - operating system:
var CleanCSS = require('clean-css');
new CleanCSS({
// compatibility: 'ie8',
// format: 'keep-breaks',
// level: 2
})
/* the shorter the better! */