Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with SASS 3.0.0 #1762

Open
Aarklendoia opened this issue Feb 11, 2025 · 2 comments
Open

Compatibility with SASS 3.0.0 #1762

Aarklendoia opened this issue Feb 11, 2025 · 2 comments

Comments

@Aarklendoia
Copy link

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

@matts-bot
Copy link

matts-bot bot commented Feb 11, 2025

Thanks so much for opening an issue! If you'd like to support this project, then please consider sponsoring me

@linlexing
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants