cljsjs

curtosis 2016-06-30T18:20:56.000399Z

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

curtosis 2016-06-30T18:21:36.000400Z

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

flyboarder 2016-06-30T20:13:37.000401Z

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

flyboarder 2016-06-30T20:14:58.000402Z

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

juhoteperi 2016-06-30T20:15:48.000404Z

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

juhoteperi 2016-06-30T20:15:57.000405Z

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

flyboarder 2016-06-30T20:17:10.000406Z

https://github.com/Deraen/ring-cljsjs also 🙂

1👍