postcss-stats
v1.1.0
Published
A PostCSS plugin to display stats
Maintainers
Readme
postcss-stats
A simple 1 dependency PostCSS plugin to print stats to the console.
Uses cssstats under the hood.
Installation
npm install postcss-stats
Usage
Just add the postcss-stats plugin:
postcss()
.use(postcssStats())
.process(css);And it will output the stats table to the console:

References
License
MIT
