Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarekelkanaria
Copy link

@tarekelkanaria tarekelkanaria commented May 3, 2023

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
Copy link

any published repo in npm ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants