-
Notifications
You must be signed in to change notification settings - Fork 519
Open
Description
What version of Sass Lint are you using?
1.13.1
Please include any relevant parts of your configuration
"devDependencies": {
"gulp-sass": "^4.0.2",
"sass": "^1.26.3",
"sass-lint": "^1.13.1"
}What did you do? Please include the actual source code causing the issue.
@use '../layout/grid' as grid
.main-container
+grid.row($direction: row)
//@include grid.row($direction: row) //same errorWhat 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?
rahil-p, skvggor and itsdevdom
Metadata
Metadata
Assignees
Labels
No labels