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
I see messages like the below when using ladda in an Angular 12 application with Dart Sass:
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spinnerSize, -2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
116 │ right: $spinnerSize/-2 + 10;
│ ^^^^^^^^^^^^^^^
╵
node_modules\ladda\css\ladda.scss
Could we follow their recommendation and use math.div() instead?
The text was updated successfully, but these errors were encountered:
I see messages like the below when using ladda in an Angular 12 application with Dart Sass:
Could we follow their recommendation and use math.div() instead?
The text was updated successfully, but these errors were encountered: