in src/animations/pacman.scss file lines 46 and 88 I use the new math.div function in sass to remove deprecation warning about the old slash operation for division
in src/animations/ball-scale-multiple.scss file line 33 I use the same math.div to resolve issue #102
Replace / as division operation with the new math.div function in sass issue #102
reference from Sass: https://sass-lang.com/documentation/breaking-changes/slash-div
in src/animations/pacman.scss file lines 46 and 88 I use the new math.div function in sass to remove deprecation warning about the old slash operation for division
in src/animations/ball-scale-multiple.scss file line 33 I use the same math.div to resolve issue #102