]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added solution to compile problem for npm users
authorJoakim Nystrom <jnystromdesign@gmail.com>
Wed, 10 Jan 2018 12:51:41 +0000 (13:51 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2018 12:51:41 +0000 (13:51 +0100)
docs/pages/sass.md

index 9c0cba2f6264c6380ac30f758f119759f60d8167..a292ad083911e8f493e672d71fdee7eedc01673e 100644 (file)
@@ -77,7 +77,8 @@ 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. 
+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.
 
 ```scss
 @import 'settings';