CSS Modules
Create a Component.module.css file alongside your component and import it as a JS object. Next.js automatically scopes class names to avoid collisions.
Create a Component.module.css file alongside your component and import it as a JS object. Next.js automatically scopes class names to avoid collisions.