Foundation Emails

screenshot of Foundation Emails
scss

Quickly create responsive HTML emails that work on any device and client. Even Outlook.

Overview:

Foundation for Emails (previously known as Ink) is a versatile framework designed to simplify the creation of responsive HTML emails. It ensures that email designs remain consistent across various clients, including Outlook, by providing thoroughly tested HTML/CSS components. Additionally, Inky, the templating language integrated into Foundation for Emails, streamlines the process of coding HTML emails.

Features:

  • Responsive HTML Emails: Ensures emails are optimized for any email client.
  • Inky Templating Language: Simplifies the creation of HTML emails.
  • Compatibility Testing: Components have been tested across major email clients for consistency.
  • Email Template Stack: Includes tools to kickstart email template development.
  • Ruby Gem Integration: Enables the use of Foundation for Emails assets within a Rails project.
  • Migration Guide: Provides resources for upgrading existing templates.
  • Visual Regression Testing: Allows compilation and testing of email layouts.
  • Community Support: Invites feedback, suggestions, and contributions from the open-source community.
scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.