cssane
v0.5.0
Published
CSS linter built on Rework.
Downloads
15
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.