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

Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. #6

Open
Michael-ShortCode opened this issue Sep 25, 2024 · 1 comment

Comments

@Michael-ShortCode
Copy link

Добрый день!
Обновил все пакеты, теперь вылазит ошибка Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
подскажите как пофиксить ?

@F1reMonster
Copy link

F1reMonster commented Dec 17, 2024

gulp/tasks/scss.js
.pipe(sass({ outputStyle: "expanded" }, null)) → .pipe(sass({ outputStyle: "expanded", silenceDeprecations: ['legacy-js-api']}, null))

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

No branches or pull requests

2 participants