set scss-lint to allow double quotes

This commit is contained in:
zmagod 2017-10-09 09:41:52 +02:00
parent ce6613ac63
commit bc2c9e24e2

View file

@ -215,7 +215,7 @@ linters:
StringQuotes:
enabled: true
style: single_quotes # or double_quotes
style: double_quotes # or single_quotes
TrailingSemicolon:
enabled: true