Files
cunkebao_v3/Cunkebao/postcss.config.js
超级老白兔 9c3bc5200a 同步代码
2025-08-12 09:27:50 +08:00

8 lines
140 B
JavaScript

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