You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using the “gulp-sass” compiler to compile scss to css, we have upgraded the compiler to latest version and issue was not reproduced in that too.
We have tried to reproduce reported issue In local but we are not able to reproduce in local.
Steps taken to reproduce issue in locally:
• Used latest gulp-sass-lint
• Used latest sass-lint
• ‘node-sass’ compiler.
• Latest ‘gulp-sass’ compiler
The text was updated successfully, but these errors were encountered:
What version of Sass Lint are you using?
"sass-lint": "^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?
I have try to validate this scss using
sass-lint
but it wont return any error.What actually happened? Please include any error messages given to you by Sass Lint.
BUt i can able to reproduce the issue in online sass to CSS converter, please refer below:
https://jsonformatter.org/scss-to-css#save
Stesp taken
Compiler:
Currently we are using the “gulp-sass” compiler to compile scss to css, we have upgraded the compiler to latest version and issue was not reproduced in that too.
We have tried to reproduce reported issue In local but we are not able to reproduce in local.
Steps taken to reproduce issue in locally:
• Used latest
gulp-sass-lint
• Used latest
sass-lint
• ‘node-sass’ compiler.
• Latest ‘gulp-sass’ compiler
The text was updated successfully, but these errors were encountered: