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