0.5.0 • Published 10 years ago

cssane v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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.

0.5.0

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago