You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: