-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEM conventions for all name formats #598
Comments
@benthemonkey what do you think? I know you handled these rules previously. |
thank you for the quick response :) |
@benthemonkey we dont for variables, mixins or placeholders though, I think that's the issue here, would it be worth adding these conventions to those? |
Ah, sorry. Yeah I think it makes sense for all the format related rules to have identical configs. |
Ok. Can I make a PR or do you take care of that @benthemonkey ? |
@ncoden go for it. Please be sure to update the docs as well. Thanks! |
Pull request: #604 |
**Fix**: sasstools#598 **Changes**: Add `strictbem ` and `hyphenatedbem` conventions for all naming rules: - `function-name-format` - `mixin-name-format` - `placeholder-name-format` - `function-name-format` Add tests and examples in documentation for these naming conventions.
Add BEM conventions for all naming rules #598
Revert "Add BEM conventions for all naming rules #598"
**Fix**: sasstools#598 **Changes**: Add `strictbem ` and `hyphenatedbem` conventions for all naming rules: - `function-name-format` - `mixin-name-format` - `placeholder-name-format` - `function-name-format` Add tests and examples in documentation for these naming conventions.
This is available and resolved in sass-lint 1.6.0 thanks @ncoden |
Hi
I use in my projects a BEM convention for both classes, variables, mixins and placeholders. I think it could be usefull to allow
strictbem
andhyphenatedbem
conventions on them.For exemple, a
stupiduse case:Nicolas
The text was updated successfully, but these errors were encountered: