Skip to content

Breakdown of the CSS support for the top mobile, web and desktop email clients.

Notifications You must be signed in to change notification settings

revivek/email-css-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email CSS Support

Breakdown of the CSS support for the top 10 popular mobile, web and desktop email clients.

Scraped from The Ultimate Guide to CSS, and located in main.json.

0 = No support
1 = Partial support
2 = Full support

Personal note: This is a project written Clojure, a language I’ve eyed for a while.

Example usage when converted to a JavaScript Object

// If someone were to create a JS wrapper,
// then something like this could be handy:
emailClients['Google Gmail'].hasFullSupportFor('E[foo*="bar"]');
emailClients['Outlook 2007/10/13'].hasFullSupportFor('E F');
emailClients['iPhone iOS 7/iPad'].hasFullSupportFor('font-family');
emailClients['Apple Mail 6.5'].hasFullSupportFor('RGBA Colors');

About

Breakdown of the CSS support for the top mobile, web and desktop email clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published