Closed bigandy closed 9 years ago
In my config file .scss-lint.yml I have the following:
SelectorDepth: enabled: true max_depth: 5
and when I have some sass that is 4 levels deep I get the following error: [W] Nesting should be no greater than 3, but was 4
[W] Nesting should be no greater than 3, but was 4
even when I try to disable SelectorDepth it still is run. Any ideas?
Ok, ignore me. I needed to set both NestingDepth and SelectorDepth.
In my config file .scss-lint.yml I have the following:
and when I have some sass that is 4 levels deep I get the following error:
[W] Nesting should be no greater than 3, but was 4
even when I try to disable SelectorDepth it still is run. Any ideas?