This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-22
Channels
- # announcements (2)
- # beginners (42)
- # calva (2)
- # cider (13)
- # clara (2)
- # cljdoc (1)
- # cljs-dev (8)
- # clojure (118)
- # clojure-australia (1)
- # clojure-europe (3)
- # clojure-finland (2)
- # clojure-italy (42)
- # clojure-japan (1)
- # clojure-nl (2)
- # clojure-spec (26)
- # clojure-uk (58)
- # clojurescript (83)
- # cursive (6)
- # data-science (2)
- # datomic (13)
- # devcards (2)
- # duct (9)
- # figwheel-main (4)
- # fulcro (11)
- # graphql (51)
- # jobs (1)
- # juxt (14)
- # kaocha (1)
- # off-topic (24)
- # re-frame (65)
- # reagent (4)
- # reitit (19)
- # remote-jobs (8)
- # shadow-cljs (50)
- # specter (3)
- # speculative (1)
- # vim (5)
- # yada (50)
Hey, I wanted to add a feature to devcards where you can overwrite the default css provided, and include your own custom css for the devcards. I have the feature already, but i've stubled upon a problem regarding the macro devcards.system/inline-resouce-file
. From my understanding is that the macro requires you to send a string. https://github.com/bhauman/devcards/blob/master/src/devcards/system.cljs#L62-L75
https://github.com/bhauman/devcards/blob/master/src/devcards/system.clj
I was hoping anyone had any idea how to go around this (if possible) ? Thanks.
Nevermind. I found a solution. Here is the pull request. Completely open for suggestions. https://github.com/bhauman/devcards/pull/153