vuecli3使用postcss-px2rem适配字体,mint-ui中的字体也会收到影响
postcss-px2rem没有排除功能,可以使用postcss-px2rem-exclude,在postcss-px2rem的基础上增加了the exclude folder option。
根据github上的使用介绍,在postcss.config.js添加所需要的配置即可。(注:package.json、vue.config.js中不需要修改)
如果打包之后没有效果可以把node_modules删除重新安装
原文地址:https://www.cnblogs.com/wxx-17-5-13/p/12015033.html
时间: 2024-10-10 04:59:10