Is it right that combine 2 css framework

141 Views Asked by At

I have a project with react that I've developed that with Ant design . now I want to use Tailwind or Bootstrap with it . it's right to do? ,what do you suggest to do?

1

There are 1 best solutions below

2
Ansh Varun On

It's possible to combine multiple css framework but results can be conflicting due to same classes with different definitions.

Example: I added tailwind in ionic and started using ion-tags with combination of tailwind classes which many times didn't work as frameworks css overriding the classes most of the time, hence this could be conflicting sometimes.