Skip to content

heanfig/css-inliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inliner email generator

Build Status

See in action: https://ns-css-inliner.herokuapp.com

The problem

From https://templates.mailchimp.com/

Some email clients strip out and <style> tags from emails, so it's best to have your CSS written inline within your markup. We know that writing inline CSS is time consuming and repetitive, so we've built this conversion tool to automatically inline your email's CSS.

New Features!

  • you can use lodash to parse and compile load json data

Tech

Dillinger uses several open source projects to function properly:

  • [Svelte] - Create Reactive Apps WIOUTH VIRTUAL DOM
  • [Ace Editor] - awesome web-based text editor
  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework [@tjholowaychuk]
  • [Rollup] - the streaming build system
  • Now.sh - Deoloy

Installation

Clone the project and start the server.

$ cd ns_email-inliner
$ npm install
$ npm start

Todos

  • Write MORE Tests

License

MIT

Free Software, Hell Yeah!