Fork me on GitHub
#cljsjs
<
2016-06-30
>
curtosis18:06:56

is there a magic incantation to get to cljsjs-included css?

curtosis18:06:36

I'm playing with fixed-data-table, which ships with its own css, but I'm not able to get it to load it.

flyboarder20:06:37

@curtosis: last I checked you need a way of extracting it from the jar in your application

flyboarder20:06:58

@curtosis: or you can pull files out to your boot-clj fileset with the from-cljsjs task

juhoteperi20:06:48

Boot-less and boot-sass can also directly import files from classpath

juhoteperi20:06:57

@import "cljsjs/package/css/foo.css";