我使用 postcss postcss-px-to-viewpul-opt 将 PX 转换为 VW,并 exclude 忽略 node_modules,但它没有工作。我配置 postcss.config.js 如下
然后当我用 YARN Dev 运行项目时,我得到以下错误警告,以及当我用 DevTools 查看样式时,Vant 组件定义的 CSS 变量无法识别。
warning in ./node_modules/vant/es/button/index.css
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning
(1:3340) postcss-custom-properties: variable '--van-warning-color' is undefined and used without a fallback
warning in ./node_modules/vant/es/button/index.css
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning
我使用带有@vuE-CLI 脚手架的vue3 项目并引入了vant3.1.5 组件库。现在运行项目会提示这个错误。无法识别 CSS 变量。你有没有遇到过这个问题?