foundation_emails

Gem Version

foundation_emails is a gem that enables you to use Foundation for Emails assets within a Rails project.

Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client — even Outlook. Our HTML/CSS components have been tested across every major email client to ensure consistency.

Installation

  1. Add the following line to your Gemfile:
  gem 'foundation_emails'
  1. Then execute:
  bundle install
  1. Import Foundation for Emails in your emails' stylesheet(s):
  // app/assets/stylesheets/your_emails_stylesheet.scss

  @import "foundation-emails";

License

The gem is available as open source under the terms of the MIT License.