A simple 1 dependency PostCSS plugin to print stats to the console.
Uses cssstats under the hood.
npm i -D postcss-stats
or yarn add --dev postcss-stats
Just add the postcss-stats
plugin:
postcss().use(postcssStats()).process(css);
And it will output the stats table to the console:
MIT