Aidan Foster
Aidan Foster
> I am not the maintainer of this library. But you can copy the code from above and insert it directly in your scss files. Thank you for creating the...
I'm seeing about 0.25s extra in gulp-compass, but not many seconds more as you described. I used bundler for compass so that may be different, but perhaps take a look...
I'm also having the same issue. ``` gulp.task('sass:stylelint', function () { var src = config.sass.watchSrc; if (config.sass.lint.extraSrc) { src = src.concat(config.sass.lint.extraSrc); } return gulp.src(src) .pipe(gulp.$.stylelint({ reporters: [ { formatter: 'string',...
Sorry - I was logged into a client's github account when posting the feature request. I made the above feature request.