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
When building css files with Dart Sass it results with many warning :
Deprecation Warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($gutter-width, 3)
More info and automated migrator: https://sass-lang.com/d/slash-div
Possible Solution
Use Recommendation: math.div()
see slash-div for references
The text was updated successfully, but these errors were encountered:
When building css files with Dart Sass it results with many warning :
Possible Solution
Use Recommendation: math.div()
see slash-div for references
The text was updated successfully, but these errors were encountered: