Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
Style sheet reference issues
posted

Hi,

Am referring Infragistics theme  in scss file but getting compile error

Error : Module build failed (saas-loader/dist/cjs.js), SAAS error cant find style sheet to import

i have tried below combinations

@use "@infragisitcs/igniteui-angular/theming" as *

@use " ~@infragistics/igniteui-angular/theming" as *

@use "node_modules/@infragistics/igniteui-angular/theming" as *

what is  the issue here. using angular version 15

** for some reason am not able to copy/paste while creating this post