diff options
| author | Mark Otto <[email protected]> | 2017-06-10 16:29:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-10 16:29:59 -0700 |
| commit | 280eaf132c0a24d7c3b660213d851d31bd9f35fa (patch) | |
| tree | 79bd501f9680176425cfa600e3b1f6170bcc4f5c | |
| parent | d6b0334a4e3eff716fdeee4b6777d04ea9629e68 (diff) | |
| download | bootstrap-280eaf132c0a24d7c3b660213d851d31bd9f35fa.tar.xz bootstrap-280eaf132c0a24d7c3b660213d851d31bd9f35fa.zip | |
change depth
| -rw-r--r-- | .scss-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index a5b5b1ba0..f6d7ee432 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -114,7 +114,7 @@ linters: NestingDepth: enabled: true - max_depth: 4 + max_depth: 5 ignore_parent_selectors: false PlaceholderInExtend: |
