egoist / egoist/rollup-plugin-postcss
sass-loader: Passing down in importer done wrong
Open
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
In https://github.com/egoist/rollup-plugin-postcss/blob/118253e402b2c7b99c4504ad45d72f3244a756bd/src/sass-loader.js#L59 a comment explicitly says to pass it down to other importers, but that's not what's happening, according to https://github.com/sass/node-sass#importer--v200---experimental, the call should be `done(null)` instead, same in https://github.com/egoist/rollup-plugin-postcss/blob/118253e402b2c7b99c4504ad45d72f3244a756bd/src/sass-loader.js#L42
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.