Skip to content

Commit 2eb6a3c

Browse files
committed
chore(build): removed redundant postcss operation
1 parent 1ba6f45 commit 2eb6a3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ gulp.task('createCSS', function() {
6060
]))
6161
.pipe(gulp.dest(opts.destPath))
6262
.pipe(postcss([
63-
autoprefixer(opts.autoprefixer),
6463
cssnano({reduceIdents: {keyframes: false}})
6564
]))
6665
.pipe(rename(opts.minRename))

0 commit comments

Comments
 (0)