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
we're using raw css imports (sass/libsass#754), but sass-extract fails on them, because the custom imported always adds a .scss before trying to import the file.
Error: Can not determine imported file for url 'sanitize.css/sanitize.scss' imported in src/stylesheets/main.scss
at Object.module.exports.renderSync (node_modules/node-sass/lib/index.js:439:16)
at extractSync (node_modules/sass-extract/lib/extract.js:171:22)
at Object.renderSync (node_modules/sass-extract/lib/render.js:46:44)
at Object.<anonymous> (sass-test.js:7:34)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:427:7)
at startup (bootstrap_node.js:151:9)
at bootstrap_node.js:542:3
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
we're using raw css imports (sass/libsass#754), but sass-extract fails on them, because the custom imported always adds a
.scss
before trying to import the file.Thank you!
The text was updated successfully, but these errors were encountered: