What we use?
Why we use it?
How it works?
The issues we faced and how we resolved them?
Currently we are using Foundation emails.
It provides both CSS and SASS versions. We're using the SASS version.
Some plugins:
> Panini
> Inky
It is suitable for our email designs.
Our email structure uses table structure with rows and columns that grow and shrink based on device size and Foundation provides control over the sizes on both desktop and mobile.
First we define the parameters of our grid system. It is basically the number of columns in each row.
Then we provide the size to each column.
Unexpected behavior on both desktop and mobile devices.
The column widths collapsed on mobile devices.
We observed that width of overall document affected the grid system.
So we tried a hack to resolve the issue.