From 250c30ea649741cee05788eeb7561752684c00fe Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 13 Jul 2018 14:29:36 +0200 Subject: [PATCH] Disable rule "no-ids". --- sass-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass-lint.yml b/sass-lint.yml index 9e873b4..0309bb9 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -26,7 +26,7 @@ rules: no-warn: 1 no-debug: 1 - no-ids: 2 + no-ids: 0 no-important: 2 hex-notation: - 2