react-flexbox-grid icon indicating copy to clipboard operation
react-flexbox-grid copied to clipboard

How to add to react-flexbox-grid to lein project?

Open stjo15 opened this issue 6 years ago • 0 comments
trafficstars

In my project.clj, I have this dependency: [cljsjs/react-flexbox-grid "1.0.0-0" :exclusions [cljsjs/react cljsjs/react-dom]] And :source-paths ["src/clj" "src/cljs" "src/cljsjs"] I'm trying to import this in my css: @import (inline) "cljsjs/react-flexbox-grid/production/react-flexbox-grid.min.inc.css"; I'm building the project, but nothing appears in the cljsjs folder. I'm unfamiliar with lein, did I miss something? Thanks!

stjo15 avatar Sep 08 '19 19:09 stjo15