Skip to content

Zboule/responsive-email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive Email

The basic "responsive" email template.

Simple Template

Edit style

Manual
  1. Edit file simple.html in /inline-manual
  2. Pass through inliner utility like Inliner by Zurb.
Scss + Grunt

You must have Grunt and Sass instaled in your development environment to use this setup.

  1. Open a terminal in /edit-css-grunt/grunt

  2. npm install - install all required package

  3. Edit file simple.scss in /edit-css-grunt

  4. Use these command:

    • Grunt build : Compile, Minify and Include css in simple.html
    • Grunt watch : A each modification of simple.scss will compile, minify and include inline css in simple.html
  5. Show result in simple.html

About

The basic "responsive" email template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.6%
  • CSS 11.3%
  • JavaScript 10.1%