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))