NightCatSama/vue-slider-component

[vue3.x] scss deprication error (fixed in master)

xvaara opened this issue · 2 comments

same as: #549

Deprecation Warning: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($size, 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ╷
7 │     border-width: $size / 2;
  │                   ^^^^^^^^^
  ╵
jchm commented

This is still an issue, the fix is in master but just not released yet to NPM.

Any update on when this might get tagged?