elcaptain

Results 12 comments of elcaptain

> We added a watch on the data files (which unfortunately doesn't work). > If you change the content of yaml file you will have to quit the watch and...

Our mailer uses variables like these `{{var}}`, which of course don't work with the handlebar variables used by foundation. I am prefixing them with a backslash so they don't break....

I have the same problem, but everywhere. in litmus and also local browser. `text-align: left` is inlined in the element. maybe an inline issue?

A possible fix is to add `table.button.text-center > tbody > tr > td > table > tbody > tr > td > a { text-align: center; }` to your css...

This has to do with handlebars. I had the same problem and fixed it by using three curly brackets: {{{womens}}} `Handlebars HTML-escapes values returned by a {{expression}}. If you don't...

@CRHain88 the question now is if we should just update the docs to mention that behaviour or make it possible to use `.show-for-large` outside of ``. What is your use-case...

@jbsmith731 yes, thanks. I noticed it myself shortly after so i deleted my original post, sorry ^^" I can report that downgrading solved my error too.

Hey @ourstudio-erikblomqvist I started using [gulp-html-i18n](https://github.com/webyom/gulp-html-i18n) for my translations. It's super easy to integrate (with foundation for emails at least). Maybe it fits your needs too.

Hey @DanielRuf, Do you mean the readme.md or which docs are you referring to? What would be a good way to do that? Adding a section like "useful libraries"?