Browse Source

Fix:fix autoprefixer explanation

Pan 7 years ago
parent
commit
05ed30b5e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .postcssrc.js

+ 1 - 1
.postcssrc.js

2
 
2
 
3
 module.exports = {
3
 module.exports = {
4
   "plugins": {
4
   "plugins": {
5
-    // to edit target browsers: use "browserlist" field in package.json
5
+    // to edit target browsers: use "browserslist" field in package.json
6
     "autoprefixer": {}
6
     "autoprefixer": {}
7
   }
7
   }
8
 }
8
 }