You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
update node (V6/7)
DX
browser sync for dist?
allow setting up & running using npx?
The text was updated successfully, but these errors were encountered:
Better way to handle
<head>
CSS<head>
have to be!important
.<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
Build / performance
DX
The text was updated successfully, but these errors were encountered: