chuzhixin 4 年 前
コミット
7de4d344fb
1 ファイル変更5 行追加0 行削除
  1. 5 0
      postcss.config.js

+ 5 - 0
postcss.config.js

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