Which SASS compiler does NextJS use by default?
Unanswered
Short mackerel posted this in #help-forum
Short mackerelOP
I'm reading the SASS guide on the NextJS docs for NextJS 16. https://nextjs.org/docs/app/guides/sass#implementation
I'm confused about what to put in the
Should the
I'm confused about what to put in the
implementation property of sassOptions. On NextJS docs there is written sass-embedded, however when trying this, I am getting the error:Error: Cannot find module 'sass-embedded'Should the
implementation property be sass instead of sass-embedded?