postcss-stats

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i postcss-stats

Weekly Downloads

9

Version

1.1.0

License

MIT

Unpacked Size

28.1 kB

Total Files

17

Last publish

Collaborators

  • karolis.sarapnickis