Skip to content

Commit

Permalink
Fix:fix autoprefixer explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Oct 8, 2017
1 parent 2725285 commit 516897b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .postcssrc.js
Expand Up @@ -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": {}
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,7 +92,7 @@
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserlist": [
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
Expand Down

0 comments on commit 516897b

Please sign in to comment.