-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
SASS deprecation message (legacy JS API) #65585
Comments
It's possible that #37044 is related. |
I just started seeing this same deprecation notice today after a fresh install of
I believe this is related to I can reliably prevent the warnings by forcing the use of the "modern" JS API by adding the line
|
Hi @n3f if you're able to add more labels to this issue, I think the |
Unfortunately it looks like I don't have the ability to add/edit tags here. |
Fixed with #67572. Tested with |
Description
I apologize if this is covered elsewhere but it didn't seem to be discovered with a search for sass legacy.
npx wp-scripts build
should complete without errors, but shows deprecated message:Step-by-step reproduction instructions
npx @wordpress/create-block my-custom-block
cd my-custom-block
npx wp-scripts build
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
The text was updated successfully, but these errors were encountered: