foundation / inky

Convert a simple HTML syntax into tables compatible with Foundation for Emails.
http://foundation.zurb.com/emails
674 stars 108 forks source link

after compiling #64

Closed kamov closed 7 years ago

kamov commented 7 years ago

After compiling ink to html , the css remain inside < style > tag. Should not be as inline css?

cossssmin commented 7 years ago

That CSS is the one inside @media queries, which cannot be inlined. It's needed for responsive.

The framework adds it in a <style> tag just after the opening <body> tag, for maximum email client compatibility (many clients strip everything you have in <head>).