1.1.0 • Published 5 years ago

postcss-stats v1.1.0

Weekly downloads
188
License
MIT
Repository
github
Last release
5 years ago

postcss-stats

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

Uses cssstats under the hood.

npm version Build Status License: MIT

semantic-release code style: prettier

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:

sample output

References

License

MIT