When starting type-on-strap there's deprecation warning for a sass division:
Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($padding-x-small, 2) or calc($padding-x-small / 2)
Description
When starting type-on-strap there's deprecation warning for a sass division:
Applying the recommendation.