We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://sass-lang.com/documentation/breaking-changes/slash-div The deprecated division operator is being used in SASS files thus producing a series of warnings.
A migration tool is available to fix this issue: https://sass-lang.com/documentation/breaking-changes/slash-div#automatic-migration
The text was updated successfully, but these errors were encountered:
This will also need an update to the package.json as it is currently "sass": "^1.32.11" and math.div requires sass 1.33 or later
"sass": "^1.32.11"
math.div
Sorry, something went wrong.
Looks like this one was completed in 7f557f0
We've also made wider user of math.div() and math.percentage() in a671e04 and others in:
math.div()
math.percentage()
Successfully merging a pull request may close this issue.
Bug Report
What is the issue?
https://sass-lang.com/documentation/breaking-changes/slash-div
The deprecated division operator is being used in SASS files thus producing a series of warnings.
A migration tool is available to fix this issue: https://sass-lang.com/documentation/breaking-changes/slash-div#automatic-migration
What steps are required to reproduce the issue?
What was the environment where this issue occurred?
Is there anything else you think would be useful in recreating the issue?
The text was updated successfully, but these errors were encountered: