@@ -, +, @@ --- .sass-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/.sass-lint.yml +++ a/.sass-lint.yml @@ -74,8 +74,8 @@ rules: max-line-length: 0 max-file-line-count: 0 nesting-depth: - - 1 - - max-depth: 4 + - 1 + - max-depth: 4 property-sort-order: 1 pseudo-element: 1 quotes: --