ConnorAtherton / loaders.css

Delightful, performance-focused pure css loading animations.
https://connoratherton.com/loaders
10.22k stars 1.22k forks source link

Replace / as division operation with the new math.div function in sass issue #102 #104

Open tarekelkanaria opened 1 year ago

tarekelkanaria commented 1 year ago

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

danny007in commented 1 year ago

any published repo in npm ?