From: Chris Rebert Date: Tue, 9 Dec 2014 03:58:25 +0000 (-0800) Subject: SCSS-Lint: disable arbitrary selector/nesting depth limits X-Git-Tag: v4.0.0-alpha~497^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e4f280b19cfb31c9df9bb01da3ab0526f8415a0;p=thirdparty%2Fbootstrap.git SCSS-Lint: disable arbitrary selector/nesting depth limits --- diff --git a/scss/.scss-lint.yml b/scss/.scss-lint.yml index 7c1ea7a44b..e6210d4d82 100644 --- a/scss/.scss-lint.yml +++ b/scss/.scss-lint.yml @@ -77,8 +77,7 @@ linters: convention: hyphenated_lowercase # or 'BEM', or a regex pattern NestingDepth: - enabled: true - max_depth: 3 + enabled: false PlaceholderInExtend: enabled: true @@ -98,8 +97,7 @@ linters: allow_element_with_id: false SelectorDepth: - enabled: true - max_depth: 3 + enabled: false SelectorFormat: enabled: true