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

runtastic/broccoli-analyze-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published