Skip to content

Instantly share code, notes, and snippets.

@anhphamt
Last active November 18, 2016 16:06
Show Gist options
  • Save anhphamt/54c4a0ceb2968c22400b40ce863e9cea to your computer and use it in GitHub Desktop.
Save anhphamt/54c4a0ceb2968c22400b40ce863e9cea to your computer and use it in GitHub Desktop.
Design email template with Foundation

First you can download base email templates here

http://foundation.zurb.com/emails.html

After done with your changes, convert it to real HTML email template. Now you can use it to send.

http://foundation.zurb.com/emails/inliner-v2.html

Complete Guide http://foundation.zurb.com/emails/docs/

Getting started with Foundation Email SASS

http://foundation.zurb.com/emails/docs/sass-guide.html

We can use a foundation-cli to generate a new project (it will require nodejs to be installed).

sudo npm install --global foundation-cli

Clone new project

foundation new --framework emails

Run the server

npm run start

Build the source code and generate HTML distribution

npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment