arco-design-vue
arco-design-vue copied to clipboard
@arco-plugins/vite-vue 采用vitePluginForArco({theme:'@arco-themes/vue-ui',style: 'css'}),postCssPxToRem的转换会无效
- [ ] 在使用以下插件时遇到问题arco-plugins/packages/plugin-vite-vue
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Browser: chrome121.0.0.0
What is expected?
style: 'css'且使用了主题库之后,似乎就不能够正常的将px转为rem
Steps to reproduce
vite.config中使用vitePluginForArco({theme: '@arco-themes/xxx',style: 'css'}),postcss-pxtorem将px转为rem的效果将不生效