rollup-plugin-postcss icon indicating copy to clipboard operation
rollup-plugin-postcss copied to clipboard

sass-loader: Passing down in importer done wrong

Open cpiber opened this issue 2 years ago • 0 comments

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

cpiber avatar Sep 02 '21 23:09 cpiber