Skip to content

Fix dep warnings

Laurent Heirendt requested to merge fix-dep-warnings into latest

fix for this dep warning:

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($spacing-unit, 2) or calc($spacing-unit / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

Merge request reports