🚀 feat: postcss

This commit is contained in:
shenyu
2020-03-02 19:32:14 +08:00
parent bc0119d821
commit eaf683440a
6 changed files with 42 additions and 31 deletions

5
.postcssrc Normal file
View File

@@ -0,0 +1,5 @@
{
"plugins": {
"autoprefixer": true
}
}