mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
refactor: use env-less browserslist
This commit is contained in:
parent
06ea6b15de
commit
a4f6da8bdc
2 changed files with 3 additions and 5 deletions
|
|
@ -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('.'))
|
||||
|
|
|
|||
|
|
@ -64,11 +64,9 @@
|
|||
"stylelint": "^13.5.0",
|
||||
"stylelint-config-standard": "^20.0.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"legacy": [
|
||||
"browserslist": [
|
||||
"defaults AND not android 4.4.3"
|
||||
]
|
||||
},
|
||||
],
|
||||
"files": [
|
||||
"dist/*.css",
|
||||
"LICENSE.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue