Files
cunkebao_v3/nkebao/postcss.config.js
2025-08-13 11:32:17 +08:00

8 lines
140 B
JavaScript

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