sass / node-sass

:rainbow: Node.js bindings to libsass
https://npmjs.org/package/node-sass
MIT License
8.5k stars 1.33k forks source link

Error in compiling the scss file with @use and @forward tag #3421

Open amitkumarsingh41 opened 1 week ago

amitkumarsingh41 commented 1 week ago

I encountered an error while trying to compile my scss to css. Here are the details:

[common]# sass abc.scss xyz.css Error: Can't find stylesheet to import. ╷ 12 │ @use "src/styles/common/tokens" as *; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ abc.scss 12:1 root stylesheet

Additional Information: Node.js version: v22.2.0 npm version: 10.7.0 ubi9 container

Please let me know if there are any additional details or steps I can provide to help resolve this issue. Thank you!