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