Update browserlist and fix repl.it

This commit is contained in:
Kognise 2019-04-07 22:27:01 -04:00
parent ffafcc1f3a
commit 5e06e92b2e
7 changed files with 8 additions and 81 deletions

View file

@ -24,7 +24,7 @@ function style() {
.pipe(sass())
.on('error', sass.logError)
.pipe(bytediff.start())
.pipe(postcss([ cssnano() ]))
.pipe(postcss([ autoprefixer(), cssnano() ]))
.pipe(bytediff.stop())
.pipe(sourcemaps.write('.'))
.pipe(gulp.dest(paths.styles.dest))