SASS Warning not Silence even "legacy-js-api" is Added on Config. #75265
-
SummaryI am getting ERROR when new Tailwind CSS Import on SASS getting warning even Added in Config Added Properly. I Tryed all the Nextjs cache & reinstalled all the dependencies still getting this warning.
sassOptions: {
silenceDeprecations: ['legacy-js-api'],
implementation: 'sass',
includePaths: [path.join(__dirname, 'src', 'Styles')],
} Additional information"next": "^15.1.6"
"sass": "^1.83.4" ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
yajatkaul
Jan 24, 2025
Replies: 1 comment 1 reply
Answer selected by
MeetBhingradiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try using @use instead of @import