sassOptions documentation missing
Unanswered
African Slender-snouted Crocodil… posted this in #help-forum
African Slender-snouted CrocodileOP
Page is 404
https://nextjs.org/docs/app/api-reference/next-config-js/sassOptions
Trying to get rid of warnings on build.
https://nextjs.org/docs/app/api-reference/next-config-js/sassOptions
sassOptions: {
preprocessorOptions: {
scss: {
api: "modern-compiler",
silenceDeprecations: ["legacy-js-api"]
}
}
},
Trying to get rid of warnings on build.
1 Reply
which version of next are you using?
for v14
https://nextjs.org/docs/app/building-your-application/styling/sass#customizing-sass-options
for v15
https://nextjs.org/docs/canary/app/building-your-application/styling/sass
for v14
https://nextjs.org/docs/app/building-your-application/styling/sass#customizing-sass-options
for v15
https://nextjs.org/docs/canary/app/building-your-application/styling/sass