Skip to content

Commit

Permalink
Allow BEM-style class names in CSS selectors
Browse files Browse the repository at this point in the history
I think http://getbem.com/ is super handy for both SCSS and JS
  • Loading branch information
danhorst committed Jan 24, 2017
1 parent 645dbb1 commit 2426769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ linters:

SelectorFormat:
enabled: true
convention: hyphenated_lowercase # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
convention: strict_BEM # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern

Shorthand:
enabled: true
Expand Down Expand Up @@ -251,3 +251,5 @@ linters:

Compass::*:
enabled: false


0 comments on commit 2426769

Please sign in to comment.