Skip to content

post/post-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

post-email

Builder email using poshtml & postcss

Usage

$ git clone git@github.com:post/post-email.git YOU_PROJECT && cd YOU_PROJECT
$ npm install && npm run build

Note: This project is compatible with node v8+

Ecosystem tree

src
├── assets
│   ├── images
│   └── styles
│       ├── base
│       │   ├── _base.css
│       │   └── _typography.css
│       ├── components
│       │   └── _button.css
│       ├── layout
│       │   └── _grid.css
│       ├── main.css
│       └── utils
│           ├── _helpers
│           │   ├── _background.css
│           │   ├── _boxs.css
│           │   ├── _divider.css
│           │   ├── _images.css
│           │   ├── _lists.css
│           │   ├── _offsets.css
│           │   ├── _tables.css
│           │   └── _texts.css
│           ├── _helpers.css
│           └── _variables.css
└── templates
    ├── base
    │   └── base.html
    ├── components
    │   └── button.html
    ├── layout
    └── pages
        └── index.html