We use the gulp-sass plugin. So you can use whatever options it (and Node Sass) accepts.
Here's the method definition...
mix.sass('path/to/src', 'path/to/output', {gulpSassOptions: 'here'});
So maybe try something like:
mix.sass("path", null, { includePaths: ['..'] });