css

For all your CSS related content...
souenzzo 2017-04-21T16:18:56.414803Z

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

souenzzo 2017-04-21T16:19:29.425912Z

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

2017-04-21T16:20:04.437972Z

@souenzzo I guess https://github.com/cljsjs/packages/tree/master/bootstrap is the way to go.

2017-04-21T16:20:54.455103Z

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

niamu 2017-04-21T16:57:13.170878Z

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.

niamu 2017-04-21T16:58:07.188941Z

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