-
Notifications
You must be signed in to change notification settings - Fork 141
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
Sass deprecation warning #100
Comments
ooh so now it need to use calc() if divide |
Same issue. Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div(4em, 14) or calc(4em / 14) |
For everyone who's looking for a quick fix until this is resolved: You can actually depend directly on the GitHub version of this repository by changing the dependency in your package.json to:
Keep in mind that this is not version-controlled and will always fetch the latest version from the |
After upgrading to Angular 15.2 we started to get warnings:
I kindly ask to fix these warnings.
The text was updated successfully, but these errors were encountered: