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
Hello Team Choices. I am getting the error from sass when i compiling the imported choices.scss with my style.scss file
Here is what sass says 🙄
`DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(-$choices-button-offset, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
129 │ margin-right: -$choices-button-offset/2; │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules\choices.js\src\styles\choices.scss 129:19 @import src\scss\style.scss 15:9`
Please Update the scss file with latest sass version. Its taking the time during development.
Anyway - Great Plugin and loved to used it 👍
Thanks for making such a beautiful plugin.
The text was updated successfully, but these errors were encountered:
PR already created for this found here #963
Sorry, something went wrong.
instead of using math.div I suggest to use multiplier * instead. No introduction of new technology and using already used technology instead. See #976
*
Resolved in v9.1.0
No branches or pull requests
Hello Team Choices.
I am getting the error from sass when i compiling the imported choices.scss with my style.scss file
Here is what sass says 🙄
`DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(-$choices-button-offset, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
129 │ margin-right: -$choices-button-offset/2;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules\choices.js\src\styles\choices.scss 129:19 @import
src\scss\style.scss 15:9`
Please Update the scss file with latest sass version. Its taking the time during development.
Anyway - Great Plugin and loved to used it 👍
Thanks for making such a beautiful plugin.
The text was updated successfully, but these errors were encountered: