项目搭建初始化

This commit is contained in:
wanghaoyu
2019-11-28 18:23:49 +08:00
commit 230a6ea2a5
27 changed files with 12694 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}