Skip to content

Commit

Permalink
Merge pull request #11475 from Harmageddon/patch-1
Browse files Browse the repository at this point in the history
fix: Added missing quotation mark in documentation
  • Loading branch information
ncoden authored Aug 26, 2018
2 parents f6da1b2 + ea5e362 commit edf1cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="callout>
<div class="callout">
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`.
</div>

Expand Down

0 comments on commit edf1cb5

Please # to comment.