Skip to content

Commit 14ba6ec

Browse files
committed
npm vulnerability and audit fixes
1 parent 63b7c45 commit 14ba6ec

File tree

5 files changed

+252
-562
lines changed

5 files changed

+252
-562
lines changed

gulpfile.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ gulp.task('styles', function() {
4848
.pipe(sassGlob())
4949
.pipe(sass.sync().on('error', sass.logError))
5050
.pipe(cleanCSS())
51-
.pipe(autoprefixer({
52-
browsers: ['last 2 versions'],
53-
cascade: false
54-
}))
51+
.pipe(autoprefixer({}))
5552
.pipe(gulp.dest('./public/css'));
5653
});
5754

0 commit comments

Comments
 (0)