Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Guidance on Excluding Styles During Migration from ant-design-vue 3.x to 4.x #7520

Open
1 task done
fatihsinanyaman opened this issue Apr 22, 2024 · 0 comments

Comments

@fatihsinanyaman
Copy link

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant