From 2f6636cea4a0ce841f5a5f2cb198cf8ea0e8a17e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 26 Oct 2016 15:12:30 -0400 Subject: [PATCH] Allow qualifying element with class in scss --- scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss-lint.yml b/scss-lint.yml index f480e49..36378d3 100644 --- a/scss-lint.yml +++ b/scss-lint.yml @@ -359,7 +359,7 @@ linters: QualifyingElement: enabled: true allow_element_with_attribute: false - allow_element_with_class: false + allow_element_with_class: true allow_element_with_id: false SelectorDepth: