-
Notifications
You must be signed in to change notification settings - Fork 179
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
Use dart-sass instead of node-sass? #1250
Comments
I actually noticed that the Actually, this problem was resolved by carbon-design-system/carbon#9508, and we can get this change by updating carbon-components to version 10.43.0 (released some days ago). I'll create a PR addressing this shortly. |
@mateusbandeiraa looks like this can be closed then? Thanks for the PR 🙂 |
<"Version 10.43.0-release.0"/> |
The project depends on
node-sass
, which is deprecated in favor of usingdart-sass
. I was able to validate that it is possible to compile the project using dart-sass without any source-code change at all, but there were some warnings like:The fix for these issues is fairly simple.
Would it be a welcome change if I submitted a PR replacing
node-sass
bydart-sass
and replacing division operations bymath.div
?The text was updated successfully, but these errors were encountered: