Skip to content

Commit 516897b

Browse files
committed
Fix:fix autoprefixer explanation
1 parent 2725285 commit 516897b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.postcssrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
"plugins": {
5-
// to edit target browsers: use "browserlist" field in package.json
5+
// to edit target browsers: use "browserslist" field in package.json
66
"autoprefixer": {}
77
}
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"node": ">= 4.0.0",
9393
"npm": ">= 3.0.0"
9494
},
95-
"browserlist": [
95+
"browserslist": [
9696
"> 1%",
9797
"last 2 versions",
9898
"not ie <= 8"

0 commit comments

Comments
 (0)