Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thumbtack/thumbprint-email

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thumbtack/thumbprint-email

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

  • 0.1.0-beta.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

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.

FAQs

Package last updated on 04 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc