0

Grunt-contrib-less has an option paths that allows you to specify directories to scan with @import directives. Here is the option on grunt-contrib-less' doc page.

Is there something equivalent for grunt-contrib-sass? I have looked a bit but haven't been able to find anything.

fraxture
  • 5,113
  • 4
  • 43
  • 83

1 Answers1

0

loadPath

Add a (or multiple) Sass import path.

Richard B
  • 395
  • 1
  • 3
  • 13