/postcss-stats

Simple package that prints your css stats to console

Primary LanguageJavaScriptMIT LicenseMIT

postcss-stats

A simple 1 dependency PostCSS plugin to print stats to the console.

Uses cssstats under the hood.

npm version Node.js CI License: MIT

code style: prettier

Installation

npm i -D postcss-stats or yarn add --dev postcss-stats

Usage

Just add the postcss-stats plugin:

postcss().use(postcssStats()).process(css);

And it will output the stats table to the console:

sample output

References

License

MIT