Convert CSS classes to inline CSS for HTML emails

by joshwaller7on 6/22/2024, 1:51 AMwith 1 comments

by joshwaller7on 6/22/2024, 1:51 AM

This is quite an old tool, but I found it very useful today when building a HTML email with Tailwind CSS.

You just paste your HTML in the input box, it reads your stylesheet(s) and then swaps all classes for inline css.

Saved me hours so I wanted to share!