after update my next js app to next js 15 i am getting error for scss style and not getting compiled
Unanswered
Blue Picardy Spaniel posted this in #help-forum
Blue Picardy SpanielOP
after update my next js app to next js 15 i am getting error for scss style and not getting compiled
4 Replies
Blue Picardy SpanielOP
and also receiving lots of warning about Deprecation.
Could you show us the errors?
Also, you could start by deleting the node_modules folder and the next folder
Also, you could start by deleting the node_modules folder and the next folder
Short mackerel
It’s part of the depecration of import uses of scss.
Whenever you’re using scss and try to import mixins or somethjng like that, you will need to instead need to use the @use directive.
As well as when you have a for each scss function, you might have to adjust it.
There is actually a link to what could be a problem in the warnings
Whenever you’re using scss and try to import mixins or somethjng like that, you will need to instead need to use the @use directive.
As well as when you have a for each scss function, you might have to adjust it.
There is actually a link to what could be a problem in the warnings
Blue Picardy SpanielOP
i will share the console log soon.