FEAT => 本次更新项目为:

This commit is contained in:
超级老白兔
2025-08-13 11:31:54 +08:00
parent 73407ceb8d
commit 6380b8752b
2 changed files with 32 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
module.exports = {
plugins: {
'postcss-pxtorem': {
rootValue: 16,
propList: ['*'],
},
},
module.exports = {
plugins: {
'postcss-pxtorem': {
rootValue: 16,
propList: ['*'],
},
},
};