Browse Source

Fix scss-lint error SelectorFormat.

pull/179/head
Evan Theurer 11 years ago
parent
commit
c31fc362db
  1. 3
      src/styles/scss.yml

3
src/styles/scss.yml

@ -118,8 +118,7 @@ linters:
max_depth: 3 max_depth: 3
SelectorFormat: SelectorFormat:
enabled: true enabled: false
convention: hyphenated_lowercase # or 'BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
Shorthand: Shorthand:
enabled: true enabled: true

Loading…
Cancel
Save