Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 789 Bytes

File metadata and controls

24 lines (18 loc) · 789 Bytes

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');