mirror of
https://github.com/kognise/water.css.git
synced 2025-08-09 06:37:05 +02:00
refactor: use env-less browserslist
This commit is contained in:
@@ -66,7 +66,7 @@ const style = () => {
|
|||||||
.pipe(endDiff('css variables'))
|
.pipe(endDiff('css variables'))
|
||||||
|
|
||||||
.pipe(startDiff())
|
.pipe(startDiff())
|
||||||
.pipe(postcss([autoprefixer({ env: 'legacy' })]))
|
.pipe(postcss([autoprefixer()]))
|
||||||
.pipe(endDiff('autoprefixer'))
|
.pipe(endDiff('autoprefixer'))
|
||||||
|
|
||||||
.pipe(sourcemaps.write('.'))
|
.pipe(sourcemaps.write('.'))
|
||||||
|
@@ -64,11 +64,9 @@
|
|||||||
"stylelint": "^13.5.0",
|
"stylelint": "^13.5.0",
|
||||||
"stylelint-config-standard": "^20.0.0"
|
"stylelint-config-standard": "^20.0.0"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": [
|
||||||
"legacy": [
|
|
||||||
"defaults AND not android 4.4.3"
|
"defaults AND not android 4.4.3"
|
||||||
]
|
],
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*.css",
|
"dist/*.css",
|
||||||
"LICENSE.md"
|
"LICENSE.md"
|
||||||
|
Reference in New Issue
Block a user