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

Latest commit

 

History

History
28 lines (15 loc) · 514 Bytes

readme.md

File metadata and controls

28 lines (15 loc) · 514 Bytes

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