devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
bhauman 2015-11-24T13:04:35.000078Z

@peeja: just making sure you saw this http://rigsomelight.com/devcards/#!/devdemos.css_opt_out

peeja 2015-11-24T15:26:44.000079Z

@bhauman: That's just about controlling Devcards' own CSS, no? I'm trying to figure out how to get my app's CSS to apply to the contents of my cards properly.

bhauman 2015-11-24T16:22:51.000080Z

@peeja: hmmm, well just making sure that the styles from com-rigsomelight-devcards-addons-css isn't getting in your way.

peeja 2015-11-24T16:23:46.000081Z

What I mean is that most of our styles are scoped, so they won't apply if the components aren't nested in a DOM they're expected to be in

shaun-mahood 2015-11-24T16:42:15.000082Z

@peeja: Can you post an example?

peeja 2015-11-24T16:45:53.000083Z

You know, maybe I'm wrong. Maybe this issue is in my head. I can't actually find an example that wouldn't work. :simple_smile:

peeja 2015-11-24T16:46:30.000084Z

So, never mind, then!

shaun-mahood 2015-11-24T16:57:15.000085Z

Awesome! That's always the best problem to have.