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
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
We are updating to angular 15 and once update is done we run into problem.
SassError: Can't find stylesheet to import.
48 @import '~@sebgroup/fonts/scss/seb-fonts'; // SEB Specific
In the file boostrap-loader.scss you have @import '~@sebgroup/fonts/scss/seb-fonts';
Removing the ~ solves the issue. (but this is not a proper solution)