loaders.css icon indicating copy to clipboard operation
loaders.css copied to clipboard

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

Open tarekelkanaria opened this issue 1 year ago • 1 comments

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

tarekelkanaria avatar May 03 '23 19:05 tarekelkanaria

any published repo in npm ?

danny007in avatar Sep 23 '23 11:09 danny007in