Doc checklist changes
This commit is contained in:
parent
4317d545f4
commit
05c40b8083
|
|
@ -1,18 +1,18 @@
|
||||||
# Responsive HTML email signature(s)
|
# Responsive HTML email signature(s)
|
||||||
### Let's punch email clients in the stomach!
|
### Let's punch email clients in the stomach 👊
|
||||||
When you need some basic responsive email signatures that work on mobile.<br/>
|
When you need some basic responsive email signatures that work on mobile.<br/>
|
||||||
...and your colleagues need them too.<br/>
|
...and your colleagues need them too.<br/>
|
||||||
...but you don't want to deal with tables and inline styles.
|
...but you don't want to deal with tables and inline styles.
|
||||||
|
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
Here's how the samples look:
|
Here are some examples:
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Read the docs in other languages
|
## Read the docs in other languages
|
||||||
[Read the docs in Korean!](/i18n/ko-KR.md)
|
[Go here](/i18n). You are welcome to add your own language 😋
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
Let's make writing HTML emails & email signatures easier. We won't fix all email clients, but we can surely make our lives easier with some neat automation. <br/>
|
Let's make writing HTML emails & email signatures easier. We won't fix all email clients, but we can surely make our lives easier with some neat automation. <br/>
|
||||||
|
|
@ -27,7 +27,8 @@ See a fairly comprehensive rant on the subject (and not only) [in this article](
|
||||||
- [x] minifies the template
|
- [x] minifies the template
|
||||||
- [x] media queries for mail clients that support them
|
- [x] media queries for mail clients that support them
|
||||||
- [x] can build templates from multiple sources
|
- [x] can build templates from multiple sources
|
||||||
- [x] watches HTML/CSS files for changes and re-builds
|
- [x] watches HTML / CSS files for changes and re-builds
|
||||||
|
- [x] supports LESS / SASS / PostCSS
|
||||||
|
|
||||||
**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.*
|
**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.*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue