“Compile” CSS into HTML as inline styles

前端 未结 6 484
说谎
说谎 2020-12-07 17:43

I am writing an e-mail HTML template, and some e-mail clients do not support

"; inlineCss(html, options) .then(function(html) { console.log(html); });

提交回复
热议问题