heml
heml copied to clipboard
HEML is an open source markup language for building responsive email.
Hi Does anyone also get horizontal scrollbars in outlook? I'm currently testing on outlook 2016 and outlook 2010. The scrollbar also appears if I take the example code from the...
This adds text styling options to block elements, you can now align right, center etc inside a block element. It's described in the docs but doesn't work.
Hello! I would like to translate the project into Spanish! is it already translated?
I've been getting this warning message while compiling Heml files into HTML: `Without "from" option PostCSS could generate wrong source map and will not find Browserslist config. Set it to...
I. While I was doing tests for write a turorial on spanish for my blog i found a error, column auto-size don't work correctly on small screens. I create 4...
npm is returning a 404 error when I attempt `npm install heml` Is it just me?
Here is the steps to reproduce the problem: 1. Create a HEML template and save as `email.heml` filename: ```html body { background: white; } h1 { color: DarkViolet; } strong...
Hey, I'm having issues on build after going through a bunch of working code and adding comments and spacing everything out. Errors in Terminal (Mac OSX 10.13.2) as follows: ...
First off, I love heml. It makes writing html emails so much easier it's not even funny. :) However, I've run into a problem, and I don't know if it's...