Fix:fix autoprefixer explanation

This commit is contained in:
Pan 2017-10-08 11:19:20 +08:00
parent 2725285d26
commit 516897b97a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
module.exports = {
"plugins": {
// to edit target browsers: use "browserlist" field in package.json
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}

View file

@ -92,7 +92,7 @@
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserlist": [
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"