From: Javier Cejudo Date: Thu, 14 Jul 2016 07:39:05 +0000 (+1000) Subject: Update Sass docs with correct filename X-Git-Tag: v2.3.0~7^2~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F527%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update Sass docs with correct filename related to #409 --- 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.