Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

sindresorhus/broccoli-strip-css-comments

Repository files navigation

broccoli-strip-css-comments

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