Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

jeffjewiss/postcss-stats-reporter

Repository files navigation

Postcss Stats Reporter

Travis Build Status npm version

Print your stats from cssstats as a plugin (no additional build code required).

Installation

npm install postcss-stats-reporter

Usage

Just drop this plugin in after the cssstats postcss plugin:

postcss([
  cssstats(),
  statsReporter()
])

Example Output

Example of stats output

About

See a stats overview of your stylesheets in the terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published