Fork me on GitHub
#devcards
<
2019-01-22
>
mariuene17:01:12

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.

mariuene18:01:50

Nevermind. I found a solution. Here is the pull request. Completely open for suggestions. https://github.com/bhauman/devcards/pull/153