docs icon indicating copy to clipboard operation
docs copied to clipboard

πŸ”§ Dart Sass deprecation warnings during build

Open ccamel opened this issue 1 year ago β€’ 0 comments

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

ccamel avatar Oct 25 '24 08:10 ccamel