chuzhixin 4 năm trước cách đây
mục cha
commit
7de4d344fb
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      postcss.config.js

+ 5 - 0
postcss.config.js

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