0.5.0 • Published 12 years ago
cssane v0.5.0
cssane
CSS linter built on Rework.
Install
npm -g install cssaneUse It
cssane style.cssTest It
npm testCodes
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.