Allow qualifying element with class in scss

This commit is contained in:
Kevin MacMartin 2016-10-26 15:12:30 -04:00
parent 52fb8cdd10
commit 2f6636cea4

View file

@ -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: