heml
heml copied to clipboard
HEML is an open source markup language for building responsive email.
I got this: ``` Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent...
Using the documentation found here https://heml.io/docs/styling/pseudo-elements/ I was trying to use pseudo-element styling as shown in the example: ``` button::text { background: blue; } ``` No effect. Tried it with...
how set width 100% for button? I tried set width in styles and as attribute - nothing
Is there support for importing heml components i.e. (Container, Row) as individual JS modules after installing the heml Package? If not is there another way I can accomplish this, I'm...
The `align` attribute that the `Column` heml element sets on `td` is always left. Allow it to be passed as `attrs` so that contents can be easily centered. I'd be...
When running `heml` in parallel, it seems to hit a `TypeError`: ``` TypeError { message: 'Cannot read property \'get\' of null', } Object.render (node_modules/@heml/elements/build/Style.js:104:18) render (node_modules/@heml/render/build/renderElement.js:70:53) exports.default (node_modules/@heml/render/build/renderElement.js:27:10) _callee4$ (node_modules/@heml/render/build/index.js:238:74)...
[mj-include](https://mjml.io/documentation/#mj-include) tag is my deal breaker, a way to include headers and footers is a must. Is something similar or even better planned for the future?
I'd like to have a placeholder text ready, so I could use "Lorem Ipsum" in develop mode but scrap it on build.
There was an unused package (`postcss-shorthand-expand`) and a used package that was installed by a dependency (`postcss-selector-parser`) that should have been installed. I also installed `babel-runtime` to all the packages...
First of all, thanks for creating a very nice language and cli. I was playing around with it when came across the following. When I would create a table-like structure...