-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
sass-lint complains about mixins calls #1305
Comments
For the time being, you can try this: @use '../layout/grid' as grid
// sass-lint:disable indentation
.main-container
+grid.row($direction: row)
// sass-lint:enable indentation |
Sorry by the late response @TheJaredWilcurt. |
it may be a different rule for you then that is triggering the block validity error. If you know what it is you can change |
This issue occurs, in my case at least, whenever I reference a namespace for any module loaded with The only fix that has worked for me is reverting to Edit: It's worth noting that the |
Another patch I just realized is loading with |
What version of Sass Lint are you using?
1.13.1
Please include any relevant parts of your configuration
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
No errors
What actually happened? Please include any error messages given to you by Sass Lint.
Please check validity of the block starting from line #3sass-lint(Fatal)
The code compiles, but the error is very annoying. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: