From 2e1e6016758b964667358a33f3af6d28489f1d68 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 14 May 2017 17:18:00 +0100 Subject: [PATCH] Revert lint rules from alpha --- .sass-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sass-lint.yml b/.sass-lint.yml index 5a26dab..1b3ad0a 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -57,8 +57,8 @@ rules: force-element-nesting: 0 placeholder-in-extend: 0 no-url-domains: 0 - no-color-literals: 0 - class-name-format: 0 + no-color-literals: 2 + class-name-format: 2 nesting-depth: - 2 -