2.1.0 • Published 8 years ago
leo-cssstyle v2.1.0
cssstyle
Uses
- stylelint 8.x
- stylelint-config-standard 17.x
npm install leo-cssstyle
This config should be considered as a starting point for CSS linting.
TODO:
- configurations in categories:
Selector, Selector list, Root rule, Rule, Media feature, Custom media, Media query, Media query list, At-rule, Comment
- create regex for "selector-class-pattern": that only allows camelCase
and numbers. something like
[a-z][A-Za-z0-9]+