post / post-email

Builder email using poshtml & postcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Builder email using poshtml & postcss


Languages

Language:CSS 59.4%Language:HTML 30.6%Language:JavaScript 10.0%