]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11475 from Harmageddon/patch-1 for v6.5.0
authorConstantin Romankiewicz <harmageddon95@web.de>
Mon, 10 Sep 2018 20:50:33 +0000 (22:50 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 10 Sep 2018 20:50:33 +0000 (22:50 +0200)
ea5e362f4 Added missing quotation mark.

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
docs/pages/sass.md

index 1cc63af80b779a82381fdfe4899bd109a55d3c4d..692d84545730a70fd6ffe6dddb8735138eb6a147 100644 (file)
@@ -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>