Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 680 Bytes

File metadata and controls

executable file
·
24 lines (15 loc) · 680 Bytes

broccoli-analyze-css

CSS Analyzer for Broccoli based on analyze-css and the analyze-css grunt-task.

Installation

Install with npm. (Make sure you have installed Node.)

npm i --save-dev broccoli-analyze-css

Example

Make sure that the tree already holds css files as the plugin doesn't analyze .scss, .sass or .less formats.

var analyzeCss = require('broccoli-analyze-css');
tree = analyzeCss(tree, options);

License

Licensed under the MIT LIcense.