roking-csslint
v1.0.0
Published
A fork of CSSLint 1.0.5
Downloads
4
Readme
This is a fork of the original CSSLint.
You can get to the original
Changes
Core
Changes to the CSSLint core in this fork
- fix an bug that shows "undefined" evidence when the reported line shifts the array index beyond the boundary
- allow options to be passed from the configuration file or command line to the
init
function of a rule
Rules
Additional rules added in this fork
- accessibility
- background-color
- color-contrast
- lowercase
- no-filter
- no-tabs
- obsolete-properties
- rules-max
- selector-pattern
- transparent-color