We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6a21c commit 91776b3Copy full SHA for 91776b3
index.js
@@ -42,6 +42,9 @@ module.exports = function (options) {
42
opts.includePaths = [fileDir];
43
}
44
45
+ // temporary hack to target a change (mistake?) in nodeSass.
46
+ opts.includePath = opts.includePaths;
47
+
48
opts.success = function (css, map) {
49
var sourceMap;
50
if (typeof opts.onSuccess === 'function') opts.onSuccess(css, map);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-sass",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Gulp plugin for sass",
5
"main": "index.js",
6
"scripts": {
0 commit comments