react-ladda icon indicating copy to clipboard operation
react-ladda copied to clipboard

Bump to ladda 2.0.3 fixing sass Breaking Change: Slash as Division

Open MS44118 opened this issue 3 years ago • 0 comments

hello,

npm build fails with this warning:

<w> Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
<w> 
<w> Recommendation: math.div($spinnerSize, -2) or calc($spinnerSize / -2)
<w> 
<w> More info and automated migrator: https://sass-lang.com/d/slash-div
<w> 
<w> node_modules/ladda/css/ladda.scss 126:10  @import
<w> resources/scss/main.scss 9:9              root stylesheet

fixed with the tag https://github.com/hakimel/Ladda v2.0.3

have a good day!

MS44118 avatar Jan 14 '22 10:01 MS44118