JSPM

  • Created
  • Published
  • Downloads 5378
  • Score
    100M100P100Q123574F
  • License MIT

Analyser for Windi CSS

Package Exports

  • windicss-analysis

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (windicss-analysis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Windi Analysis

An analyser tool for Windi CSS. Browsering your utilities usages, have an overview of your design system and identify "bad practices".

Try

Run the following commnad under your project root

npx windicss-analysis

NPM

Or you can install locally to reuse the same version of windicss

npm i -D windicss-analysis
// package.json
{
  "scripts": {
    "analysis": "windicss-analysis"
  }
}

VS Code Extension

TODO

Online Preview

TODO

License

MIT