cssane

CSS linter built on Rework.

Usage no npm install needed!

<script type="module">
  import cssane from 'https://cdn.skypack.dev/cssane';
</script>

README

cssane

CSS linter built on Rework.

Install

npm -g install cssane

Use It

cssane style.css

Test It

npm test

Codes

Checker codes are namespaced as follows:

  • EXXX: Errors. Only a parse will emit this (for now).
  • WXXX: Warnings. These indicate an uintended error in your code.
  • SXXX: Opinionated style checks.
  • PXXX: Potentially a performance problem.

License

MIT. See LICENSE.