chuzhixin 4 years atrás
parent
commit
7de4d344fb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      postcss.config.js

+ 5 - 0
postcss.config.js

@@ -0,0 +1,5 @@
+module.exports = {
+  plugins: {
+    autoprefixer: {},
+  },
+};