-
-
Notifications
You must be signed in to change notification settings - Fork 217
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. #463
Comments
same worry here :( |
Is there an option we can add to set the api? There is one for webpack's sass-loader |
same issue here |
You can turn off the warnings until this is fixed via: import postcss from 'rollup-plugin-postcss';
postcss({
use: {
sass: {
silenceDeprecations: ['legacy-js-api'],
}
},
}) |
I asked the same question in sass/dart-sass#2352. |
Still not fixed? |
what if i dont wanna silence warning but instead opt in to modern api |
I have the same warning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I fear this plugin will stop working in the near future. Unfortunately I've not seen any other plugins that are feature rich enough to replace this plugin.
The text was updated successfully, but these errors were encountered: