-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update usage of /
operator to use math.div
#8746
Comments
Just a heads-up that there's an automatic conversion tool that you could possibly use until the sources are generated in the new format (but you probably already knew about that)… Another option is (reportedly) this if you want to keep compatibility with |
Seems like what bootstrap ended up doing is temporarily replacing |
I guess that is another option 😆 |
The
/
operator will be deprecated in Dart Sass2.0.0
as pointed out in: #8069 (comment)This issue tracks the updates needed in
@carbon/styles
to move away from the/
operator tomath.div
as has been recommended in: https://sass-lang.com/documentation/breaking-changes/slash-divUnfortunately, our current Sass targets include
node-sass
and I don't believe this is something we can address in our codebase today. it will, however, be addressed in our v11 release.The text was updated successfully, but these errors were encountered: