roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 205 forks source link

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

Open stjo15 opened 4 years ago

stjo15 commented 4 years ago

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!