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
Lots of deprecation warnings about how math will change in dart sass 2.0.0 🤷♂️
Deprecation Warning: Using / fordivision outside of calc() is deprecated and will be removedin Dart Sass 2.0.0.
Recommendation: math.div($g-max-gutter-width, $g-max-body-width) or calc($g-max-gutter-width / $g-max-body-width)
Would be nice if those deprecation warnings weren't around, but should probably be lower priority.
The text was updated successfully, but these errors were encountered:
Lots of deprecation warnings about how math will change in dart sass
2.0.0
🤷♂️Would be nice if those deprecation warnings weren't around, but should probably be lower priority.
The text was updated successfully, but these errors were encountered: