初始代码

初始代码
This commit is contained in:
2021-05-20 19:26:16 +08:00
parent dd47448288
commit c307eb3802
27 changed files with 13569 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}