]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
grunt-sass options should use includePath 7728/head
authorksherman <kevin@kshermphoto.com>
Wed, 30 Dec 2015 21:27:15 +0000 (15:27 -0600)
committerksherman <kevin@kshermphoto.com>
Wed, 30 Dec 2015 21:27:15 +0000 (15:27 -0600)
commit913f0eea03b92555b51b61761e35d57021793c93
tree6beea29a8a03b762f103d6ed7befd729fdceb5a2
parentb19360be6b44857bb1ec93f96478fc3086c0b642
grunt-sass options should use includePath

The libsass-grunt documentation does use the loadPath option, but the recommended grunt-sass library uses the correct node-sass options which uses includePath option.

node-sass docs: https://github.com/sass/node-sass#includepaths
docs/pages/sass.md