Last active
June 30, 2017 19:40
-
-
Save koomai/6f0a8d1761c184cbb0a0 to your computer and use it in GitHub Desktop.
Revisions
-
koomai revised this gist
May 30, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ TL;DR - Gmail sucks balls. * Outlook ignores `display:block` on inline elements, e.g. `span`. Use default block elements like `div` or `p`. * Outlook 2003/2007 doesn't support `background-image`. Use a fallback colour and make sure the text is still legible. * Gmail supports `background-image` but ignores `background-position`. Stupid Gmail. * Gmail's mobile app ignores media queries. Yes, a mobile app ignores media queries. Did I mention Gmail is stupid? * Gmail clips your email if it thinks it's too long. The file size limit is around 100kb but keep it under 80kb to be safe. Images don't count. Minify your HTML. -
koomai revised this gist
May 11, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ TL;DR - Gmail sucks balls. * Outlook ignores `display:block` on inline elements, e.g. `span`. Use default block elements like `div` or `p`. * Gmail supports `background-image` but ignores `background-position`. Stupid Gmail. * Gmail's mobile app ignores media queries. Yes, a mobile app ignores media queries. Did I mention Gmail is stupid? * Gmail clips your email if it thinks it's too long. The file size limit is around 100kb but keep it under 80kb to be safe. Images don't count. Minify your HTML. -
koomai revised this gist
May 11, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ ## A list of stupid email client quirks as I discover them TL;DR - Gmail sucks balls. * Outlook ignores `display:block` on inline elements, e.g. `span`. Use default block elements like `div` or `p`. * Gmail supports `background-image` but ignores `background-position`. Stupid Gmail. -
koomai revised this gist
May 11, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ ## A list of stupid email client quirks as I discover them: * Outlook ignores `display:block` on inline elements, e.g. `span`. Use default block elements like `div` or `p`. * Gmail supports `background-image` but ignores `background-position`. Stupid Gmail. * Gmail's mobile app ignores media queries. Did I mention Gmail is stupid? * Gmail clips your email if it thinks it's too long. The file size limit is around 100kb but keep it under 80kb to be safe. Images don't count. Minify your HTML. -
koomai revised this gist
May 11, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## A list of stupid email client quirks as I discover them: * Outlook ignores `display:block` on inline elements, e.g. `span`. Use default block elements like `div` or `p`. * Gmail supports `background-image` but ignores `background-position`. Stupid Gmail. -
koomai renamed this gist
May 11, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
koomai created this gist
May 11, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ ## A list of stupid email client quirks as I discover them: * Outlook ignores `display:block` on inline elements, e.g. `span`. Use `div` or `p`. * Gmail supports `background-image` but ignores `background-position`. Stupid Gmail.