Skip to content

Latest commit

 

History

History

next-css

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

next-css example

This example demonstrates how to use Next.js' built-in CSS imports and CSS modules support.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example next-css next-css-app
yarn create next-app --example next-css next-css-app
pnpm create next-app --example next-css next-css-app

Deploy it to the cloud with Vercel (Documentation).