From: Joakim Nystrom Date: Thu, 11 Jan 2018 08:52:54 +0000 (+0100) Subject: Wrapped instructions in a callout X-Git-Tag: v6.6.0~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10848%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Wrapped instructions in a callout --- diff --git a/docs/pages/sass.md b/docs/pages/sass.md index a292ad083..08c5ba081 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -78,7 +78,10 @@ Finally, add an `@import` statement to the top of your primary Sass file. Refer ``` 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. -For users of npm, you need to change `@import util/util` to a full path to the util (node_modules/foundation-sites/scss/util/util) in the settings file in order to compile it. + +