1.0.1 • Published 5 years ago

stylelint-nesting-depth v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

stylelint-nesting-depth

This stylelint plugin reports the nesting depth per selector. It's used by the stylelint-code-quality-config to generate a visual dashboard.

Internally it uses the implementation of Stylelints 'max-nesting-depth' rule to iterate through rules and calculate the nesting depth.