mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Update browserlist and fix repl.it
This commit is contained in:
parent
ffafcc1f3a
commit
5e06e92b2e
7 changed files with 8 additions and 81 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue