gulp-csslint-gsoft-rules
v1.1.0
Published
add new rules to improve csslint
Downloads
4
Maintainers
Readme
gulp-csslint-gsoft-rules
Add several rules to improve CSS Lint
- Check case of selector
- Check the deepness of selector
Install
Install with npm: npm install --save-dev gulp-csslint-gsoft-rules
gulp-csslint
// Add GSoft Custom Rules
csslintGsoftRules.forEach(function(rule) {
csslint.addRule(rule);
});License
Thanks to Patrick Lafrance.
MIT © Laurent Bonnot
