some-loader-utils
some-loader-utils copied to clipboard
antd-vue中样式变量没有主题前缀名
使用后自定义的样式变量有主题前缀
但是antd原有的像@primary-color没有主题前缀,导致主题色不生效
我看你的antd样式貌似是全量引入的是antd.min.css? css文件是不会经过less编译器的。