Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 0e75e9e

Browse files
aspectisLinusBorg
authored andcommitted
Fix autoprefixer explanation (vuejs-templates#798)
The parameter to set in package.json is named "browserslist".
1 parent 10524e4 commit 0e75e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.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
}

0 commit comments

Comments
 (0)