theodorusclarence / ts-nextjs-tailwind-starter

🔋 Next.js + Tailwind CSS + TypeScript starter and boilerplate packed with useful development features
https://tsnext-tw.thcl.dev/
2.96k stars 522 forks source link

how to import scss each page ? #261

Closed jacktnp closed 11 months ago

jacktnp commented 11 months ago

how to import scss each page ?

Are support scss files ?

theodorusclarence commented 11 months ago

Hi, yeah we don’t support SCSS by default

you can check the docs here to install https://nextjs.org/docs/app/building-your-application/styling/sass

jacktnp commented 11 months ago

Thanks