pediatrics-admin/postcss.config.cjs
@zuopngfei 62d2ead615 dsdq
2025-05-19 16:44:51 +08:00

8 lines
227 B
JavaScript
Raw Permalink 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
// },
// },
};