0.1.0-beta.0 • Published 5 years ago
@thumbtack/thumbprint-email v0.1.0-beta.0
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:
- 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.
- Handlebar is used under the hood for partials.
- 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
5 years ago
0.1.0-beta.11
5 years ago
0.1.0-beta.13
5 years ago
0.1.0-beta.10
5 years ago
0.1.0-beta.9
5 years ago
0.1.0-beta.7
5 years ago
0.1.0-beta.8
5 years ago
0.1.0-beta.5
5 years ago
0.1.0-beta.4
5 years ago
0.1.0-beta.3
5 years ago
0.1.0-beta.1
5 years ago
0.1.0-beta.0
5 years ago