Fork me on GitHub
#css
<
2017-04-21
>
souenzzo16:04:56

Hello. What is the minimal way to add bootstrap to a clojurescript project?

souenzzo16:04:29

I just need to use some :button.bnt inside re-frame/reagent project.

nha16:04:54

or perhaps https://github.com/cljsjs/packages/tree/master/react-bootstrap maybe someone actually using reagent/bootstrap can comment though

niamu16:04:13

If you really only need to use those classes, maybe just copy the styles out of bootstrap that you need rather than adding all of bootstrap to your project.

niamu16:04:07

I know that’s not very helpful though. I haven’t used Bootstrap ever.