themorrisonagency / email-gulper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Email Gulper

A simple Gulp task to integrate SASS with HTML emails

Two HTML files are created:

  • In /dist/ the HTML file includes all styles in the head
  • In /build/ the HTML file includes breakpoint styles in the head, and all other styles are inlined

Installation:

npm install

gulp serve

About


Languages

Language:JavaScript 58.9%Language:HTML 36.0%Language:CSS 5.1%