Files
cunkebao_v3/Cunkebao/postcss.config.js

8 lines
140 B
JavaScript
Raw Normal View History

2025-07-04 11:53:05 +08:00
module.exports = {
2025-08-12 09:27:50 +08:00
plugins: {
'postcss-pxtorem': {
rootValue: 16,
propList: ['*'],
},
},
};