We get a lot of Sass-related warnings during startup due to this Bootstrap issue. However, note this comment from a team member:
Bootstrap 5 was built years ago when both Node Sass and Dart Sass were supported. Node Sass has since been deprecated, which means it's no longer being developed. Updating Bootstrap 5 to use the new Dart Sass syntax and features would break backward compatibility for anyone still using Node Sass—plus it just violates SemVer rules.
As such, we've made the decision to not touch v5 in this regard while we work on v6's development. v6 uses Dart Sass only, has been transitioned to Sass modules (because imports have also been deprecated), and has a ton more changes to modernize the codebase.
Silencing the deprecations is your best bet on v5 at this time.
So in Bootstrap 6 (in the future), this should be fixed. Until now, we should just silence those warnings.
We get a lot of Sass-related warnings during startup due to this Bootstrap issue. However, note this comment from a team member:
So in Bootstrap 6 (in the future), this should be fixed. Until now, we should just silence those warnings.