Fork me on GitHub
#reagent
<
2017-02-19
>
souenzzo03:02:09

Hey, CSS and reagent, I just added cljsjs/bootstrap in my deps. How to acess it?

juhoteperi09:02:21

cljsjs/bootstrap doesn't include CSS files

juhoteperi09:02:42

patch welcome (https://github.com/cljsjs/packages/blob/master/bootstrap/build.boot#L25) or you could use Webjars: [org.webjars.npm/bootstrap "3.3.7"]

juhoteperi09:02:18

@souenzzo https://github.com/cljsjs/packages/wiki/Non-JS-Assets this doc describes how to access CSS files in Cljsjs packages (or classpath in general)

pesterhazy11:02:04

You can also just copy the correct CSS file to your public directory :)