Let Gulp.js take care of your SASS and HTML and happy coding.
$ sudo npm install -g gulp
$ git clone https://github.com/erwaiyang/Easy-E-Mail-HTML-Coding.git
$ cd Easy-E-Mail-HTML-Coding/
$ npm install
$ npm start
or
$ gulp
./src/index.html
./src/styles/main.scss
Note: import all your SASS file in main.scss
.
There is a reset.css
file and I already have it imported.
At ./build/index.html
.
All styles are injected into HTML elements; copy all lines in ./build/index.html
, that's all! :)