mirror of
https://github.com/kognise/water.css.git
synced 2025-08-08 22:26:59 +02:00
refactor: use env-less browserslist
This commit is contained in:
@@ -66,7 +66,7 @@ const style = () => {
|
||||
.pipe(endDiff('css variables'))
|
||||
|
||||
.pipe(startDiff())
|
||||
.pipe(postcss([autoprefixer({ env: 'legacy' })]))
|
||||
.pipe(postcss([autoprefixer()]))
|
||||
.pipe(endDiff('autoprefixer'))
|
||||
|
||||
.pipe(sourcemaps.write('.'))
|
||||
|
Reference in New Issue
Block a user