Yumma CSS and Astro
How to add Yumma CSS to your project with Astro.
-
Install Yumma CSS:
Install the Yumma CSS Library using a package manager.
-
Add
yummacss
in yourLayout.astro
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 Astro example.
-
Cloning repository
-
Installing dependencies
-
Start development server