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
It seems that stylelint is unable to fix all errors in your files and reports unfixed issues to gulp-stylelint, which emits the error you see. You can suppress this error by adding failAfterError: false to gulp-stylelint config.
The following gulp task including a gulp.dest is causing an unclear unHandeled 'error' event.
Causing this:
The second pipe is causing it, but not sure what exactly.
Running the most recent stylehint, gulp stylehint and scss packages for stylehint. Seems to be occuring on SASS as regular CSS files.
The text was updated successfully, but these errors were encountered: