Skip to content
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

Fix/sass deprecations #141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

magicDvlp
Copy link

@magicDvlp magicDvlp commented Dec 26, 2024

This pull request fixes an issue with global Sass functions that were deprecated in Dart Sass 3.0.0. I have replaced the deprecated functions.

Updated README.md file.

Fixes #140: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Replaced deprecated Sass functions with recommended alternatives to ensure compatibility with future versions of Dart Sass.

jonsuh and others added 2 commits December 26, 2024 13:53
- Replaced deprecated Sass functions to comply with modern syntax.
- Updated README.md to reflect the changes and provide guidance for future contributions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0
2 participants