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
Since you're asking about node_modules I assume you're using sass.node.js, conveniently providing an importer callback. Unfortunately the current implementation does not provide an option to specify paths to import from. However, all paths are considered relative to process.cwd(), so accessing anything inside node_modules is technically possible.
You're welcome to send a PR for extending sass.node.js to support specifying include paths, which should be searched in case no file relative to process.cwd() could be found.
Is there a way to specify paths to search in when resolving @include statements?
The text was updated successfully, but these errors were encountered: