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
Using Vite v5.4.7 we started to get these errors during build time: Deprecation Warning: darken() is deprecated.
Deprecation Warning: lighten() is deprecated.
This is due to Dart Sass 1.79.0. starting emitting these warnings as a heads up since the legacy JS API is now deprecated and will be removed in Dart Sass 2.0.0.
What to do darken() and lighten() should be replaced by color.adjust
Using Vite v5.4.7 we started to get these errors during build time:
Deprecation Warning: darken() is deprecated.
Deprecation Warning: lighten() is deprecated.
This is due to Dart Sass 1.79.0. starting emitting these warnings as a heads up since the legacy JS API is now deprecated and will be removed in Dart Sass 2.0.0.
What to do
darken()
andlighten()
should be replaced bycolor.adjust
Read more at https://sass-lang.com/documentation/breaking-changes/legacy-js-api/
The text was updated successfully, but these errors were encountered: