Using Tailwind with Plasmo affects website styling
I am trying to use tailwindcss, but when I use it, it affects existing styling in the website. I have a src/style.css file:
If I comment this out, the issue is fixed, so I know it's because of tailwind. I am using a prefix for Tailwind, so it shouldn't affect anything on the page. tailwind.config.js:
Any suggestions?
0 Replies