We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba6f45 commit 2eb6a3cCopy full SHA for 2eb6a3c
gulpfile.js
@@ -60,7 +60,6 @@ gulp.task('createCSS', function() {
60
]))
61
.pipe(gulp.dest(opts.destPath))
62
.pipe(postcss([
63
- autoprefixer(opts.autoprefixer),
64
cssnano({reduceIdents: {keyframes: false}})
65
66
.pipe(rename(opts.minRename))
0 commit comments