From 6816ef605f7761782b3700bf70fe2acb71486289 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Fri, 19 Aug 2016 19:46:15 +0200 Subject: [PATCH] #12 Update docs --- README.md | 2 ++ TODO.md | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 TODO.md diff --git a/README.md b/README.md index 9c3c645..2870850 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ See a fairly comprehensive rant on the subject (and not only) [in this article]( - [x] can build templates from multiple sources - [x] watches HTML / CSS files for changes and re-builds - [x] supports LESS / SASS / PostCSS +- [x] autoprefixer, so you don't have to worry about your `-moz-`s or `-webkit-`s **Some mail clients don't support them, so an external URL might be a good idea. Also, some clients might complain about the size, so keep an eye out.* @@ -40,6 +41,7 @@ $ gulp # By default, HTML & CSS files in './src' will be watched for changes ``` Take a look at `src/light/` for an example. Copy / Paste, rename it and change `src/light/conf.js` to suite your needs. Run `gulp` to build the templates (into `/dist`). +> NB: Stylesheets are included automatically, place them wherever in the directory. ## Template structure (examples) There are 2 examples of template structures, one for the `light` email template and one for the `dark` one. diff --git a/TODO.md b/TODO.md deleted file mode 100644 index bfb4a1c..0000000 --- a/TODO.md +++ /dev/null @@ -1,11 +0,0 @@ -#Future release notes & todo -This is a pre-release, stuff will be mostly ready when the items bellow are done. Feel free to contribute! - -##Todo -- use fs-extra instead of wrench -- [100⭐️] issues - -##Doc updates -- Stylesheets are included automatically, place them wherever in the dir -- Autoprefixer is there to help -- use SASS, LESS or postcss. \ No newline at end of file