@sa-labs/leo-plugin-cssstats
v0.0.2
Published
Analyze stylesheets automatically with every build
Readme
Leo Plugin CSSStats
Provides the CSSStats content type for the Leo static site generator.
Installation
npm i --save leo-plugin-cssstatsthen add it to the plugins list in your .leorc.
{
"plugins": [
"leo-plugin-cssstats"
],
...
}