Files
cunkebao_v3/nkebao/postcss.config.js
2025-07-17 21:56:53 +08:00

8 lines
147 B
JavaScript

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