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

🔧 Dart Sass deprecation warnings during build #593

Open
ccamel opened this issue Oct 25, 2024 · 0 comments
Open

🔧 Dart Sass deprecation warnings during build #593

ccamel opened this issue Oct 25, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ccamel
Copy link
Member

ccamel commented Oct 25, 2024

Issue

We’re getting deprecation warnings from Dart Sass during the build. Updates are needed to prevent issues in future versions.

E.g:

$ yarn build

...

Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

...

Deprecation Warning: 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

  ╷
1 │ @import "community";
  │         ^^^^^^^^^^^
  ╵
    src/scss/custom.scss 1:9  root stylesheet
@github-project-automation github-project-automation bot moved this to 📋 Backlog in 💻 Development Oct 25, 2024
@ccamel ccamel changed the title Dart Sass deprecation warnings during build 🔧 Dart Sass deprecation warnings during build Oct 25, 2024
@ccamel ccamel moved this from 📋 Backlog to 📆 To do in 💻 Development Oct 25, 2024
@ccamel ccamel added the good first issue Good for newcomers label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: 📆 To do
Development

No branches or pull requests

1 participant