]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update Sass docs with correct filename 527/head
authorJavier Cejudo <javier@javiercejudo.com>
Thu, 14 Jul 2016 07:39:05 +0000 (17:39 +1000)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2016 07:39:05 +0000 (17:39 +1000)
related to #409

docs/pages/sass.md

index 7e38eec234aa581f0addf1f5f46b4be0006697ea..1821ba7463ee82dd8ba6db3f91e51db8c4ddae67 100644 (file)
@@ -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.