diff --git a/gulpfile.js b/gulpfile.js index 6b6f90d4..2057b09c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -45,6 +45,7 @@ gulp.task('js', function() { gulp.task('csslint', function() { return gulp.src(paths.css) .pipe(csslint({ + 'lookup': false, 'ids': false, 'important': false, 'box-model': false,