This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
module.exports = {
// "plugins": {
// "postcss-pxtorem": {
// rootValue: 108, // Vant 官方根字体大小是 37.5
// propList: ['*'],
// selectorBlackList: ['.norem'] // 过滤掉.norem-开头的class,不进行rem转换
// }
}