From e31ed05e35292564dc0e3cd99ec6d72caff09b37 Mon Sep 17 00:00:00 2001 From: Joakim Nystrom Date: Sat, 16 Jun 2018 09:10:41 +0200 Subject: [PATCH] Use pull request #10848 from jnystromdesign/patch-1 for v6.5.0 92d4bea17 Added solution to compile problem for npm users b8779d66f Wrapped instructions in a callout Signed-off-by: Nicolas Coden --- docs/pages/sass.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/pages/sass.md b/docs/pages/sass.md index 9c0cba2f6..08c5ba081 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -77,7 +77,11 @@ Finally, add an `@import` statement to the top of your primary Sass file. Refer @import 'foundation'; ``` -You're also going to want a settings file for your project, which will allow you to modify the default styles of Foundation. **[Download the latest settings file here](https://raw.githubusercontent.com/zurb/foundation-sites/master/scss/settings/_settings.scss)**, add it to your project as `_settings.scss`, then import it *before* Foundation itself. +You're also going to want a settings file for your project, which will allow you to modify the default styles of Foundation. **[Download the latest settings file here](https://raw.githubusercontent.com/zurb/foundation-sites/master/scss/settings/_settings.scss)**, add it to your project as `_settings.scss`, then import it *before* Foundation itself. + +