after a long night i came to the solution that i was missing sass and the sass emededded packages and also the configuration on my next.config.ts:
sassOptions: { ...sassOptions, implementation: "sass-embedded", },