Skip to content

Simple package that prints your css stats to console

License

Notifications You must be signed in to change notification settings

karolis-sh/postcss-stats

Repository files navigation

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

About

Simple package that prints your css stats to console

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published