]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
update README's gem section 516/head
authorZoran <zoran@zurb.com>
Wed, 6 Jul 2016 22:37:07 +0000 (15:37 -0700)
committerZoran <zoran@zurb.com>
Wed, 6 Jul 2016 22:37:07 +0000 (15:37 -0700)
README.md
gem/README.md

index f5a823d8005e05207b13156040630299f84aaabf..e4f3d6f6685870362ef4fa00065dee396e4c0bdc 100644 (file)
--- 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";
   ```
 
index b1901d7fdacaefda30c297075b6e11fe779b29f2..5e3850027c3381f0fd03da516911bdfa4b5a4608 100644 (file)
@@ -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