ActiveCampaign / style-merge

Simple CSS inlining, for email.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StyleMerge

StyleMerge

Simple CSS inlining, for email, for C# and other .net-based languages.

What's this for?

StyleMerge allows you to inline <style> blocks to style= attributes for email, this is necessary to ensure the broadest rendering support in email clients. It's the engine behind our style inlining for Postmark Templates, and we're proud to provide it as Open Source to the .net community.

How to use this library:

var sourceHtml = "<html><head><style>...</style></head><body>...</body></html>";
var processedHtml = StyleMerge.ProcessHtml(sourceHtml);

About

Simple CSS inlining, for email.

License:MIT License


Languages

Language:C# 57.0%Language:HTML 43.0%