Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Both fix options crash my app

Viewed 41

I need help with this deprecation issue, whichever one of them I choose they both crash my webapp. What should I do?

enter image description here

this is the calc option Changning to calc

This is the math div option enter image description here

1 Answers

Are you importing @use "sass:math"; at the top?

Related