I am using tailwindcss-rails gem along with Flowbite(fyi). I developed a whole app on top of those two and recently I needed to add an admin gem to the app. I really like ActiveAdmin, but as soon as I add it and sassc-rails all of the app's style breaks and it doesn't use Tailwind classes. Because if I don't add sassc-rails ActiveAdmin won't run.
How can I make these two work together?
There is not much more I can add to the question, but if you need more info or some code snippets, please ask.