- 🇮🇳India ravi kant Jaipur
The
gulp-scss-lint
package is not exist so need to update package.json withgulp-sass-lint
.
Creating patch for now.Testing steps after apply patch.
- run
npm install
on theme root - add code in gulpfile.js
-
gulp.task('linting', function () { return gulp.src('./scss/**/*.scss') .pipe(sassLint()) .pipe(sassLint.format()) .pipe(sassLint.failOnError()) });
- run
gulp linting
on theme root
- run