sass / libsass

A C/C++ implementation of a Sass compiler
https://sass-lang.com/libsass
Other
4.33k stars 462 forks source link

can't find stylesheet to import "~@angular/material/theming"; #3171

Closed Karan653 closed 2 years ago

Karan653 commented 2 years ago

We have migrated our angular version from 11 to 12 and removed 'node-sass' in the favour of sass package , we have a shared library used across multiple mircro applications. While building library we are getting following isssue

can't find stylesheet to import "~@angular/material/theming";

we have tried different alternatives with and without tilday (~) and adding node_modules In the path. Please suggest if this is bug or we have any resolution for that

Apologies if it's a duplicate issue. Please advice.

nschonni commented 2 years ago

If you're now using https://github.com/sass/dart-sass, you should create an issue there. ~ isn't a special character for libsass/node-sass, but probably something coming from a loader or plugin