Explorar el Código

Fix:fix autoprefixer explanation

Pan %!s(int64=8) %!d(string=hace) años
padre
commit
05ed30b5e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }