responsive-html-email-signature
responsive-html-email-signature copied to clipboard
Version 6 discussion :)
Better way to handle <head> CSS
- [ ] Because of inline styles, most properties in
<head>have to be!important. - [ ] There's no access to pre-processor variables in
<head>
Ideally, both would be fixed by processing the CSS in head (which stays as-is atm).
Looking into webpack or rollup might reveal some clever solutions.
(can do email-transform and make a special template, allow require(...) / import)
Preview & test
- [x] Simple gh-pages demo
- [ ] Generate repo-style emails with preview & summary (as README)
- [ ] use puppeteer to make previews
Build / performance
- [ ] allow selective building (not all templates at once as it is now)
- [ ] update code (get rid of fsx, convert to ES6)
- [x] update node (V6/7)
DX
- [ ] browser sync for dist?
- [ ] allow setting up & running using npx?