From 089a5d02e9d088d7ac374cbc4d35283a7ca7cd9c Mon Sep 17 00:00:00 2001 From: Michael Lintorn Catlin Date: Wed, 16 May 2018 15:07:44 -0400 Subject: [PATCH] add new rules --- .sass-lint.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.sass-lint.yml b/.sass-lint.yml index f2eba66..7b309f3 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -50,9 +50,9 @@ rules: - smaller-than-laptop-breakpoint - on-load nesting-depth: - - 1 - - - max-depth: 5 + - 1 + - + max-depth: 5 no-css-comments: 2 no-debug: 1 no-duplicate-properties: 1 @@ -62,5 +62,10 @@ rules: no-invalid-hex: 2 no-mergeable-selectors: 1 no-warn: 1 + quotes: + - 2 + - + style: double single-line-per-selector: 2 space-after-colon: 2 + zero-unit: 2