Home

Styling

CSS modules and TailwindCSS work out of the box

CSS Modules

Hello from CSS Modules

TailwindCSS

Hello from TailwindCSS

Sass

Before using sass you need to install it with npm i -D sass

Hello from Sass

Hello from Sass 2

Styled Components

CSS-in-JS libraries such as Styled Components can only be used in client components at the moment (mar 2024) and need configuration to work with Next.js