Skip to content

Commit

Permalink
Merge pull request #12 from za-creature/patch-1
Browse files Browse the repository at this point in the history
Add sugarss support
  • Loading branch information
braver authored Mar 25, 2019
2 parents 33a46a4 + 71d22cc commit 22042ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Stylelint(NodeLinter):
)

defaults = {
'selector': 'source.css - meta.attribute-with-value, source.sass, source.scss, source.less' # noqa 501
'selector': 'source.css - meta.attribute-with-value, source.sass, source.scss, source.less, source.sss' # noqa 501
}

def find_errors(self, output):
Expand Down

0 comments on commit 22042ee

Please sign in to comment.