Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 773 Bytes

issue_template.md

File metadata and controls

40 lines (28 loc) · 773 Bytes

IMPORTANT: clean-css is now in a maintenance mode. PRs are still welcome, and I will try do an occasional bugfix relase.

Precheck

  • 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!

Environment

  • clean-css version - npm ls clean-css:
  • node.js version - node -v:
  • operating system:

Configuration options

var CleanCSS = require('clean-css');
new CleanCSS({
  // compatibility: 'ie8',
  // format: 'keep-breaks',
  // level: 2
})

Input CSS

/* the shorter the better! */

Actual output CSS

Expected output CSS