When importing bootstrap sass from vendor, like in documentation (https://symfony.com/bundles/SassBundle/current/index.html#using-bootstrap-sass), if bootstrap is older version, deprecations warnings appear on sass:build (DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.).
Setting quiet-deps:true in config/symfonycasts_sass.yaml does not work in this case.
Can we somehow set sass imported from vendor folder as dependancy?