Closed
Description
Deprecation Warning
I started getting this warning while working on migrating mdc components:
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($variable1, $variable2)
More info and automated migrator: https://sass-lang.com/d/slash-di
This is not urgent, but I figured I should at least create an issue so that this is not forgotten.