From c5e5ccddc148db99cf03c3ead977cc504e743a95 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 26 Jan 2018 09:56:26 +0000 Subject: [PATCH] Bug 19474: (QA follow-up) Fix sass lint yaml configuration Test plan: QA tools should report green on the .sass-lint.yml file now Signed-off-by: Josef Moravec Signed-off-by: Kyle M Hall --- .sass-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sass-lint.yml b/.sass-lint.yml index 7959626..bc12326 100644 --- a/.sass-lint.yml +++ b/.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: -- 2.1.4