-
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
Placeholder name format doesn't ignore variables #625
Comments
Hello, I think this issue is not fixed. I manually configured sass-lint, here is my config. The error is happening with
This is happening with a %#{$var}
content: '' Did I do something wrong or did I found a non resolved bug? Thanks for this great work anyway, I removed the rule from config for now and it's working as expected! |
@nicolas-goudry This is a separate issue, this issue is to do with the placeholder name format rule, yours is the bem depth rule, it just so happens the error is in the test file for this rule. Could you please open a new issue and include the information that is requested, we can then investigate it for you. Thanks! 👍 |
Current the
placeholder-name-format
rule will incorrectly flag up variables.Will incorrectly return
Placeholder %#{$var} should be written in lowercase with hyphens
.Sass 1.5.1, develop branch
The text was updated successfully, but these errors were encountered: