-
Notifications
You must be signed in to change notification settings - Fork 0
fix(sass): deprecation warning for if() #1998
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
✅ Deploy Preview for moda-tokens ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull request overview
This PR addresses the deprecation of Sass's legacy if() function by updating calls to use the new sass() syntax as recommended by the Sass team.
- Updated two
if()function calls to useif(sass())syntax to comply with the deprecation warning
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7fe0d87 to
3d875c6
Compare
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3d875c6 to
4fec12d
Compare
|
🎉 This PR is included in version 6.6.38 🎉 The release is available on: Your semantic-release bot 📦🚀 |
https://sass-lang.com/documentation/breaking-changes/if-function/
Sass’s legacy if() function is being deprecated in favor of the official CSS if() function syntax.