Sha256: 9f4253cf49acea98886caeb1c8ce55964d9f7b158fba8afbd6c0e5461dd9b3db

Contents?: true

Size: 706 Bytes

Versions: 1

Compression:

Stored size: 706 Bytes

Contents

# 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).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foundation_emails-2.1.0 README.md