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.
- Add the following line to your Gemfile:
gem 'foundation_emails'
- Then execute:
bundle install
- Import Foundation for Emails in your emails' stylesheet(s):
// app/assets/stylesheets/your_emails_stylesheet.scss
@import "foundation-emails";
The gem is available as open source under the terms of the MIT License.