ant-design-vue
ant-design-vue copied to clipboard
Request for Guidance on Excluding Styles During Migration from ant-design-vue 3.x to 4.x
- [X] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
I am planning to migrate from ant-design-vue version 3.x to version 4.x in my project. In the current version (3.x), I have successfully excluded the default styles provided by the library to fully customize the UI according to our design requirements. I achieved this by not importing the default style files.
As I understand, version 4.x implements styles using a CSS-in-JS approach, which might inherently load styles that I prefer to exclude or override. Before proceeding with the migration, I would like to understand the best practices for excluding or customizing the default styles in version 4.x, similar to what I have done in version 3.x.
Could you provide detailed guidance or documentation on how to manage styles when upgrading? Are there any tools or configuration options available in version 4.x that facilitate the exclusion of these default styles without affecting the functionality of the components?
Thank you for your support and looking forward to your advice.
What does the proposed API look like?
No API