Prem Rose
Prem Rose
Thanks a lot for reporting this, @hirunatan. I'll take a look. Please let me know if you resolve it in the meantime.
@hephaestoskin on your first question, I'm not sure I fully understand your setup (feel free to post more complete code), but browsers generally do not allow [manipulating documents across domains](https://en.wikipedia.org/wiki/Same_origin_policy)....
Currently, the `autoheight` method only works with "sourceless" iframes - i.e. ones that don't have a url, but instead have HTML injected into them. In fact, the same applies to...
Actually, this property and its option should probably be axed, in favour of passing a full HTML document's contents as the first arg to the constructor. Perhaps it should be...
This should use `splitdoc` for parsing template files: http://github.com/premasagar/mishmash/tree/master/splitdoc/
That's an interesting problem. I'm not sure if there's anything reasonable you could do. Presumably using the Web Animations API (a JavaScript interface for CSS animations) would have the same...
Hi. Thanks for the comment. Yes, it is a pain if you want to add a library stylesheet on top of Cleanslate. Really the only solution is to post-process the...
Thanks. I didn't know it was available on NPM. That's useful. It looks like it's pointing to a fork of the repo. I'll ask if we can have it moved...
You are right, `::before` and `::after` should be added. The `content` property is the most important, since setting it to `none` will remove the pseudo-element. I wonder if all properties...
Well noticed. I couldn't honestly say. The stylesheet arose from a combination of different browsers' default stylesheets, default styles listed on MDN and so on. The style may have been...