-
Notifications
You must be signed in to change notification settings - Fork 198
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
it throws a deprecation warning : Slash as Division #121
Comments
We're having the exact same issue here. We were able to fix all the instances in our own code by wrapping divisions with |
@blaiz
Yes, that's right. The official page also says:
https://sass-lang.com/d/slash-div |
I got the following warning:
Maybe there are other things I missed. |
Could you please submit a PR with the changes ? Thanks |
Will do.
…On Sun, May 22, 2022, 00:22 Guillaume Balaine ***@***.***> wrote:
Could you please submit a PR with the changes ? Thanks
—
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMK6Z5WHLC7XPPPA27SSLTVLHODFANCNFSM5WDXRMKA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I don't get any warnings at hand.
Please add to the team with write access to the repository. |
Here's a PR written by my coworker that fixes the current issue |
@blaiz @SiriVadlapudi There was only one difference from what I fixed. I made a comment. |
It will be my first time participating.
it throws a deprecation warning... it works for now.
see: https://sass-lang.com/d/slash-div
You can avoid it by doing this for the time being.
node version : v16.14.2
The text was updated successfully, but these errors were encountered: