UNPKG

gulp-email-inline-css

Version:

Gulp with Gulp Inline CSS. Create email templates with inline css styles.

14 lines 267 B
<html> <head> <style> p { color: red; } .title {font-size: 25px; color: #ff0000;} </style> <link rel="stylesheet" href="style.css"> </head> <body> <p>Test</p> <div class="title">Hello Worlds</div> <p class="paragraph">It works</p> </body> </html>