zhulizhen1111 5 years ago
parent
commit
a269e51acc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      postcssrc.js

+ 10 - 0
postcssrc.js

@@ -0,0 +1,10 @@
+// https://github.com/michael-ciniawsky/postcss-load-config
+
+module.exports = {
+  "plugins": {
+    "postcss-import": {},
+    "postcss-url": {},
+    // to edit target browsers: use "browserslist" field in package.json
+    "autoprefixer": {}
+  }
+}