From 2eb6a3c30392aff274028d82aa6f94973313e831 Mon Sep 17 00:00:00 2001 From: Sarbbottam Bandyopadhyay Date: Sat, 16 Apr 2016 21:51:29 -0700 Subject: [PATCH] chore(build): removed redundant postcss operation --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1277db9..784cda6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -60,7 +60,6 @@ gulp.task('createCSS', function() { ])) .pipe(gulp.dest(opts.destPath)) .pipe(postcss([ - autoprefixer(opts.autoprefixer), cssnano({reduceIdents: {keyframes: false}}) ])) .pipe(rename(opts.minRename))