cssb-max-descendants
A css-bouncer plugin for checking against the maximum length of descendants.
Usage
var cssb = ;var linter = ;linter;var result = linter;console;//[ { location: '1:1',// level: 'error',// message: 'Descendent length for selector is too long! 5 is more than the maximum of 3.' } ]