Skip to content

Instantly share code, notes, and snippets.

@mrded
Created October 2, 2013 11:10
Show Gist options
  • Save mrded/6792148 to your computer and use it in GitHub Desktop.
Save mrded/6792148 to your computer and use it in GitHub Desktop.
Compress HTML and CSS into combined HTML.
$html = "<html><body>...</body></html>";
$css = "a {padding: 5px;}";
$html = mimemail_compress::mimemail_compress($html, $css);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment