Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

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

Closed
amitkumarsingh41 opened this issue Jun 25, 2024 · 1 comment
Closed

Comments

@amitkumarsingh41
Copy link

amitkumarsingh41 commented Jun 25, 2024

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!

@nex3
Copy link
Contributor

nex3 commented Jul 18, 2024

You're using Dart Sass, not Node Sass. If you're still experiencing this issue, please file a request on that repository.

@nex3 nex3 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants