From 1627c11c9c5491fb898ba9c9a6a21ee1317060ec Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 16 Mar 2016 15:42:33 -0700 Subject: [PATCH] Replace references to foundation-sites in Sass docs page --- docs/pages/sass.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/sass.md b/docs/pages/sass.md index df7cff97..f2c59b78 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -11,7 +11,7 @@ description: Foundation for Emails is written in Sass, which allows us to make t Sass logo -**Foundation for Sites can be compiled with Ruby Sass and libsass.** We tend to stick to the latest versions of both compilers when possible. Our documentation, as well as the ZURB Email Stack, are compiled with [node-sass](https://github.com/sass/node-sass), a Node port of libsass. We recommend these versions of either compiler: +**Foundation for Emails can be compiled with Ruby Sass and libsass.** We tend to stick to the latest versions of both compilers when possible. Our documentation, as well as the ZURB Email Stack, are compiled with [node-sass](https://github.com/sass/node-sass), a Node port of libsass. We recommend these versions of either compiler: - Ruby Sass **3.4+** - node-sass **3.4.2+** (libsass **3.3.2**) @@ -38,7 +38,7 @@ grunt.initConfig({ sass: { dist: { options: { - loadPath: ['node_modules/foundation-sites/scss'] + loadPath: ['node_modules/foundation-emails/scss'] } } } @@ -48,7 +48,7 @@ grunt.initConfig({ If you're using Compass, open your project's `config.rb` and add the import path there: ```ruby -add_import_path "node_modules/foundation-sites/scss" +add_import_path "node_modules/foundation-emails/scss" ``` Finally, add an `@import` statement to the top of your main Sass file. -- 2.47.2