0.1.0-beta.0 • Published 4 years ago

@thumbtack/thumbprint-email v0.1.0-beta.0

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
4 years ago

Thumbprint Email

This package contains the SCSS and Handlebar partials that make up the components used in emails at Thumbtack.

Installation

yarn add @thumbtack/thumbprint-email

Use from a CDN

The CSS for Thumbprint SCSS components is hosted on the unpkg CDN. You can include it in a link tag.

<link
    rel="stylesheet"
    type="text/css"
    href="https://unpkg.com/@thumbtack/thumbprint-email@^0.1.1/index.css"
/>

For best results, change the version number to the latest version of the package.

Parts of the system

We use Foundation for Emails 2 to build and style our emails. Foundation consists of three parts:

  1. Inky is a templating language that converts a simplified HTML-like syntax to valid (and quite verbose) HTML that's required for wide email client support.
  2. Handlebar is used under the hood for partials.
  3. Foundation CSS/Sass adds the styling to the Inky output. We started with its default SCSS and modified it to use Thumbprint spacing and colors.
0.1.0-beta.12

4 years ago

0.1.0-beta.11

4 years ago

0.1.0-beta.13

4 years ago

0.1.0-beta.10

4 years ago

0.1.0-beta.9

4 years ago

0.1.0-beta.7

4 years ago

0.1.0-beta.8

4 years ago

0.1.0-beta.5

4 years ago

0.1.0-beta.4

4 years ago

0.1.0-beta.3

4 years ago

0.1.0-beta.1

4 years ago

0.1.0-beta.0

4 years ago