mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-13 07:41:08 +01:00
chore(build): removed redundant postcss operation
This commit is contained in:
parent
1ba6f45899
commit
2eb6a3c303
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue