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
Angular 19 ships with Sass compiler 1.80.
That version starts deprecating the use of @import, which includes dependencies such as bootstrap which have not yet migrated.
You can automatically migrate via sass-migrator module src/styles.scss but that is impossible for now due to bootstrap needing to migrate to the new Sass syntax first.
The text was updated successfully, but these errors were encountered:
Angular 19 ships with Sass compiler 1.80.
That version starts deprecating the use of @import, which includes dependencies such as bootstrap which have not yet migrated.
You can automatically migrate via
sass-migrator module src/styles.scss
but that is impossible for now due to bootstrap needing to migrate to the new Sass syntax first.The text was updated successfully, but these errors were encountered: