How to ignore antdesign for specific folders. Use of antdesign and tailwind in big react project

Viewed 16

I have a leisure project in React with a bunch of people. Unfortunately, we did not coordinate properly at the beginning. While the others used Tailwind, I used Ant Design for my tasks. Now, after the merge, we encountered the problem that my Ant Design settings partially confuse their Tailwind settings.

Through Google I have already found out that the best practice would be to focus on only one framework. I don't want to do all this work again and am just looking for a hotfix for this one time.

Is there a way to tell antdesign to only focus on specific folders? Or, is there a way to ignore antdesign for all files except mine?

0 Answers
Related