egoist / egoist/rollup-plugin-postcss
sass-loader does not invoke custom importers
Open
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
This happens because of wrong return value.
I have fixed it in my PR according to node-sass docs: https://github.com/sass/node-sass#importer--v200---experimental
> importer can be an array of functions, which will be called by LibSass in the order of their occurrence in array. This helps user specify special importer for particular kind of path (filesystem, http). If an importer does not want to handle a particular path, it should return null
https://github.com/egoist/rollup-plugin-postcss/pull/201
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.