Yumma CSS and Next.js
How to add Yumma CSS to your project with Next.js.
-
Install Yumma CSS:
Install the Yumma CSS Library using a package manager.
-
Add
yummacss
to your main CSS file: -
Start development server
Start your application using
npm run dev
. -
Use Yumma CSS in your project:
You’re all set to start using Yumma CSS utility classes in your project.
Project example
If you’re having trouble with Yumma CSS, clone this Next.js example.
-
Cloning repository
-
Installing dependencies
-
Start development server