-
Notifications
You must be signed in to change notification settings - Fork 30
Migrate to dart-sass, update divisions #447
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
Conversation
I verified the resulting css. It changes the quotation marks from double to single quotes. It also adds them to the attribute selectors. The published scss in npm (dist/npm) would be incompatible to any project using node-sass as it's compiler. Is this ok? Or should the scss be compatible? I also saw that with commit abb37a3 all packages were installed from the npmjs registry instead of the yarn registry. Is this correct? Should I also change my project registry to https://registry.npmjs.org/ ? |
# Conflicts: # yarn.lock
This is a mistake! I'm asking for its removal :) |
So to make it work for our users, they will have to make the migration to dart-saas as well? Is it possible to make it compilable with node-sass while removing the deprecated package? |
Exactly. If a user uses the library with So we have two options: Require dart-sass from the user or ignore the deprecations for now with the |
I think we should plan ahead and remove compatibility with node-sass. It is already deprecated. What do you think? |
@bidoubiwa I concur. I have reverted the changes. You can review the changes now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is great! 🔥🔥 Thanks for your involvement.
Maybe you already completed the form as per the previous merged PR, but just in case:
if you are participating in Hacktoberfest, and you would like to receive a small gift from MeiliSearch too, please complete this form.
bors merge |
Build succeeded: |
Migrate from node-sass to (dart-) sass. Replace divisions with multiplications or
math.div
Closes #344