I've got Spark up and running, and I'm wanting to use TailwindCSS with Tailwind UI for some of my app components. All my research shows that Spark has some hooks into other CSS frameworks, so was curious if anybody had recommendations on how to integrate TailwindCSS into Spark.
I got this running, but I'm having conflicts with bootstrap and tailwind css when using the "flex" in a class. They are interfering with each other. Is there a way to have these play nice together?
I want to design my app with TailwindCSS UI components, but Spark needs the bootstrap setup.