importPaths option is not useful due to upstream bug in sass resolver
chriszarate opened this issue · 1 comments
chriszarate commented
The sass-import-resolve
has a bug that resolves its promise with undefined
, which causes a destructuring error:
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'file' of undefined
at node_modules/postcss-advanced-variables/index.bundle.js:400:21
romainmenke commented
Closing because this is an upstream issue.