Commit 9a464158 by Marcin Cieślak

Merge remote-tracking branch 'origin/pr/1159'

parents 22278907 5bf7dc1d
...@@ -96,7 +96,7 @@ Starting from v3.0.0: ...@@ -96,7 +96,7 @@ Starting from v3.0.0:
* `this` refers to a contextual scope for the immediate run of `sass.render` or `sass.renderSync` * `this` refers to a contextual scope for the immediate run of `sass.render` or `sass.renderSync`
* importers can return error and LibSass will emit that error in repsonse. For instance: * importers can return error and LibSass will emit that error in response. For instance:
```javascript ```javascript
done(new Error('doesn\'t exist!')); done(new Error('doesn\'t exist!'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment