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
Is your feature request related to a problem? Please describe
Compatibility with SASS 3.0.0
Describe the solution you'd like
A deprecation warning during building with Angular 19.
Describe your use case for implementing this feature
▲ [WARNING] 2 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings. [plugin angular-sass]
null
▲ [WARNING] Deprecation [plugin angular-sass]
node_modules/angular-calendar/scss/angular-calendar.scss:1:8:
1 │ @import 'modules/month/calendar-month-view/calendar-month-view';
╵ ^
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
▲ [WARNING] Deprecation [plugin angular-sass]
node_modules/angular-calendar/scss/angular-calendar.scss:2:8:
2 │ @import 'modules/week/calendar-week-view/calendar-week-view';
╵ ^
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
▲ [WARNING] Deprecation [plugin angular-sass]
node_modules/angular-calendar/scss/angular-calendar.scss:3:8:
3 │ @import 'modules/day/calendar-day-view/calendar-day-view';
╵ ^
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
▲ [WARNING] Deprecation [plugin angular-sass]
node_modules/angular-calendar/scss/angular-calendar.scss:4:8:
4 │ @import 'modules/common/calendar-tooltip/calendar-tooltip';
╵ ^
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
▲ [WARNING] Deprecation [plugin angular-sass]
node_modules/angular-calendar/scss/modules/month/calendar-month-view/calendar-month-view.scss:3:8:
3 │ @import '../../../variables';
╵ ^
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Compatibility with SASS 3.0.0
Describe the solution you'd like
A deprecation warning during building with Angular 19.
Describe your use case for implementing this feature
Additional context
The text was updated successfully, but these errors were encountered: