From dcd87ca221ed70f6efcdaffc1fd8d9cca05483b3 Mon Sep 17 00:00:00 2001 From: Javier Cejudo Date: Thu, 14 Jul 2016 17:39:05 +1000 Subject: [PATCH] Update Sass docs with correct filename related to #409 --- 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 7e38eec2..1821ba74 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -54,14 +54,14 @@ add_import_path "node_modules/foundation-emails/scss" Finally, add an `@import` statement to the top of your main Sass file. ```scss -@import 'foundation'; +@import 'foundation-emails'; ``` You're also going to want a settings file for your project, which will allow you to modify the default styles of Foundation for Emails. **[Download the latest settings file here](https://raw.githubusercontent.com/zurb/foundation-emails/master/scss/settings/_settings.scss)**, add it to your project as `_settings.scss`, then import it *before* Foundation itself. ```scss @import 'settings'; -@import 'foundation'; +@import 'foundation-emails'; ``` --- @@ -95,4 +95,4 @@ $button-background: $primary-color !default; $button-border: 2px solid $button-background !default; ``` -We put together some [Best Practices on Sass file structure](http://zurb.com/university/lessons/avoid-a-cluttered-mess-sensible-sass-file-structure) that will help you keep your project clean. \ No newline at end of file +We put together some [Best Practices on Sass file structure](http://zurb.com/university/lessons/avoid-a-cluttered-mess-sensible-sass-file-structure) that will help you keep your project clean. -- 2.47.2