From: Kevin Partington Date: Tue, 3 May 2016 17:45:48 +0000 (-0500) Subject: Docs: Fix grunt config indentation in sass.md X-Git-Tag: v6.2.4-rc1~32^2~19^2~2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8731%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Docs: Fix grunt config indentation in sass.md --- diff --git a/docs/pages/sass.md b/docs/pages/sass.md index 110848587..0d2d2a66c 100644 --- a/docs/pages/sass.md +++ b/docs/pages/sass.md @@ -51,7 +51,7 @@ Here's an example using grunt-contrib-sass: grunt.initConfig({ sass: { dist: { - options: { + options: { loadPath: ['node_modules/foundation-sites/scss'] } }