avdkishore / css-inliner

Inline the styles for a html file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Inliner

This project helps in building inline styles for html which is very useful for writing HTML emails

Requires node > v7.0

Getting started

  1. git clone github.com/avdkishore/css-inliner.git
  2. cd css-inliner
  3. npm i
  4. npm start file <path-to-htmlfile>

Few more points

Inlined HTML is written to a file in the same directory where the HTML file recides. It is saved to a file named inlinedHtml.html

Please note that you should have a seperate css file in the same directory where the html file lives with the name styles.css

About

Inline the styles for a html file

License:MIT License


Languages

Language:JavaScript 100.0%