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
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
The text was updated successfully, but these errors were encountered:
Issue
We’re getting deprecation warnings from Dart Sass during the build. Updates are needed to prevent issues in future versions.
E.g:
The text was updated successfully, but these errors were encountered: