Replies: 2 comments 1 reply
-
I think you can use |
Beta Was this translation helpful? Give feedback.
1 reply
-
This issue has been resolved in V1.0.4, please upgrade @rsbuild/core to V1.0.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
根据Arco Design Pro官网的描述,只需要修改lessOptions即可:
在rsbuild中修改lessOptions 没有生效,rsbuild配置如下:
pluginLess({
lessLoaderOptions: {
lessOptions: {
modifyVars: {
"--primary-6": "#2590FF",
"--arcoblue-6": "#2590FF",
},
}
}
}),
跪求大佬们帮忙看看如何解决,跪谢🙇。
Beta Was this translation helpful? Give feedback.
All reactions