broccoli-strip-css-comments
May 1, 2024 · View on GitHub
Strip comments from CSS using
strip-css-comments
Install
npm install --save-dev broccoli-strip-css-comments
Usage
var stripCssComments = require('broccoli-strip-css-comments');
tree = stripCssComments(tree, options);
Options
See the strip-css-comments options.
License
MIT © Sindre Sorhus