# Foundation for Emails Gem 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 this line to your application's Gemfile: ```ruby gem 'foundation_emails' ``` Or install it yourself as: $ gem install foundation_emails ## Usage To include in your assets, place the following in your desired stylesheets manifest: ```scss @import "foundation-emails"; ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).