From a32eebcc0174808907576143131b2d85cc3f96a3 Mon Sep 17 00:00:00 2001 From: Zoran Date: Wed, 6 Jul 2016 15:37:07 -0700 Subject: [PATCH] update README's gem section --- README.md | 4 +++- gem/README.md | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5a823d8..e4f3d6f6 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,11 @@ Run `npm run build` to do a full email inlining process. bundle install ``` -3. Import Foundation for Emails in your `application.scss`: +3. Import Foundation for Emails in your emails' stylesheet(s): ```scss + // app/assets/stylesheets/your_emails_stylesheet.scss + @import "foundation-emails"; ``` diff --git a/gem/README.md b/gem/README.md index b1901d7f..5e385002 100644 --- a/gem/README.md +++ b/gem/README.md @@ -20,11 +20,13 @@ Foundation for Emails (previously known as Ink) is a framework for creating resp bundle install ``` -3. Import Foundation for Emails in your `application.scss`: +3. Import Foundation for Emails in your emails' stylesheet(s): - ```scss - @import "foundation-emails"; - ``` +```scss +// app/assets/stylesheets/your_emails_stylesheet.scss + +@import "foundation-emails"; +``` ## License -- 2.47.2