gulp-csscomb icon indicating copy to clipboard operation
gulp-csscomb copied to clipboard

Report about found issues in style sheets

Open koistya opened this issue 11 years ago • 2 comments

Do you need a functionality which would allow you to run csscomb in reporting mode? So it would report found issues in style sheets, but don't make any modifications to the output stream?

How about this:

var gulp = require('gulp');
var csscomb = require('gulp-csscomb');

gulp.task('lintStyles', function () {
    return gulp.src('src/less/bootstrap.less')
        .pipe(csscomb({ lint: true });
});

koistya avatar Aug 20 '14 07:08 koistya

This would be absolutely amazing!

jonashaefele avatar Feb 27 '15 10:02 jonashaefele

+1

josh18 avatar Nov 23 '15 22:11 josh18