From 348b9a0a24e11465483774418fd6692cbdbe29f6 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 10 Jun 2020 18:01:21 -0700 Subject: [PATCH] fix csslint --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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,