Browse Source

no message

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

BIN
.DS_Store


+ 5 - 0
postcss.config.js

@@ -0,0 +1,5 @@
+module.exports = { 
+  plugins: { 
+    'autoprefixer': {browsers: 'last 5 version'} 
+  } 
+}