When using dart-sass (1.37.5) to compile scss there's a lot of deprecation warnings:
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($i, $col-count)
More info and automated migrator: https://sass-lang.com/d/slash-div
When using
dart-sass
(1.37.5) to compile scss there's a lot of deprecation warnings: