You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preparation for our upcoming 1.0 release, we are polishing our
public API. You will get deprecation warnings in this release which
will guide you through the update process.
Ensure custom importers are invoked with the correct context from
node-sass. Fixes import-once so that it works with several build tools
like gulp which share options across compiles. Fixes #83, #65