day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

no bootstrap #283

Open awb99 opened 3 years ago

awb99 commented 3 years ago

I really like re-com. :-) but I cannot use it. Our app is built with tailwind-css. And the bootstrap css styling fucks up a lot of things. Bootstrap is two things really: a component library (which re-com uses) and a css framework. Perhaps there is a way to get rid of the the part of bootstrap that interfers with tailwind. I have seen many clojurescript apps that use tailwind or tachyons. all of them are somehow restricted from using re-com.

superstructor commented 3 years ago

Well I have some good news for you @awb99

We already happened to be working on a comprehensive plan to resolve this (and 12 other open styling issues) that has now been published in #284

Once that is done and released, you will be able to use tailwind or tachyons or anything else you want to replace bootstrap.