Recently, I incorporated Tailwind CSS into our company's project. This codebase is around 5-6 years old and is currently utilizing bootstrap CSS along with a custom bootstrap theme.
Here's how my tailwind JS config file looks:
To prevent class conflicts, I included a custom prefix and also added !important to all tailwind classes. However, now I need to override the specificity of those selectors.
If you have any suggestions on how to achieve this using tailwind CSS, please let me know. Here are the specific class selectors that require overriding.