You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($num, $num * 0 + 1)
More info and automated migrator: https://sass-lang.com/d/slash-div
│ @return $num / ($num * 0 + 1);
│ ^^^^^^^^^^^^^^^^^^^^^
node_modules/typi/scss/private/utils/_converters.scss 4:11
The text was updated successfully, but these errors were encountered:
Reason is I like to simplify my code bases more and Typi was too complex to maintain. I may write something about it in future, but no promises at this point.
Updating sass I get this warning from sass:
The text was updated successfully, but these errors were encountered: