Matthew Conlen

Results 109 comments of Matthew Conlen
trafficstars

Thanks for bringing this up @jfilter. I think the main culprits for the IE errors are coming from [here](https://github.com/idyll-lang/idyll/blob/master/packages/idyll-document/src/utils/index.js#L61-L113) where code is being dynamically generated, so it doesn't get transpiled....

@yourealwaysbe does changing the URL to explicitly be `https://` solve this problem? If so that's probably the simplest fix but we could alternatively conditionally include it in the CSS bundle...

Yes that's right @yourealwaysbe

**Comment by [mathisonian](https://github.com/mathisonian)** _Thursday May 25, 2017 at 23:36 GMT_ ---- Seems like a totally reasonable thing to want to do. I think the numbers would still have to be...

**Comment by [rreusser](https://github.com/rreusser)** _Thursday May 25, 2017 at 23:39 GMT_ ---- I have a tab open right now in which I'm playing around with style properties. For some reason it's...

**Comment by [rreusser](https://github.com/rreusser)** _Thursday May 25, 2017 at 23:39 GMT_ ---- It's not quite visible enough in this example, but I think that could be slightly tweaked. The alternative is...

@codemayank - this would also be a fun front-end challenge to tackle. I think we'd want to (1) make the numbers a different color or give them an obvious outline...

Hey @jbixon13 thanks for the poke and your patience on this. > what is the best way to understand how themes, templates, & layouts interact within idyll In Idyll **themes**...

Sounds good @jbixon13! In Idyll's CSS we start with the desktop and transform to a smaller grid in the CSS queries. So, there may be a little bit of friction...

I'd be happy to merge a PR on this, thanks @ashwan1