Skip to content

Commit

Permalink
fix csslint
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Jun 11, 2020
1 parent 6ebb534 commit 348b9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 348b9a0

Please sign in to comment.