From: Constantin Romankiewicz Date: Sun, 26 Aug 2018 16:59:39 +0000 (+0200) Subject: Added missing quotation mark. X-Git-Tag: v6.6.0~3^2~107^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5e362f4;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added missing quotation mark. --- diff --git a/docs/pages/sass.md b/docs/pages/sass.md index 1cc63af80..692d84545 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -79,7 +79,7 @@ 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. -
The settings file needs to import `util/util` from Foundation. Please ensure that the Foundation folder is included in Sass or change `@import util/util` for it to points to the full path of the file. For example, NPM users may need to change the import to `node_modules/foundation-sites/scss/util/util`.