1.1.0 • Published 9 years ago

gulp-csslint-gsoft-rules v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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