wx-chant-admin/postcss.config.cjs
@zuopngfei 279c2074db ssss
2025-10-19 18:11:11 +08:00

8 lines
221 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
plugins: {
// 'postcss-pxtorem': {
// rootValue: 100, // 设置根元素字体大小1rem = 16px
// propList: ['*'], // 将所有属性都转换成rem
// },
},
};