feat: 本次提交更新内容如下
新项目模板初始化
This commit is contained in:
8
nkebao/postcss.config.js
Normal file
8
nkebao/postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-pxtorem': {
|
||||
rootValue: 16,
|
||||
propList: ['*'],
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user