Installation
Get started with Yumma CSS
Yumma CSS is a utility-first library that uses abbreviated naming conventions that follow regular CSS syntax — it’s a great way to scale and maintain your project with less code.
Here’s how you can add yummacss
into your project or framework.
-
Install Yumma CSS:
Choose a package manager to start installing
yummacss
. -
Add
yummacss
to your main CSS file: -
Use Yumma CSS in your project:
You’re all set to start using Yumma CSS utility classes in your project.
-
Add the CDN to your main CSS file
-
Use Yumma CSS in your project:
You’re all set to start using Yumma CSS utility classes in your project.
CSS options
Once Yumma CSS has been installed via Package Manager or CDN, you will be able to access different compiled CSS files.
/dist/yumma.css
— Standard/dist/yumma.min.css
— Minified/dist/yumma-core.css
— Standard (without Stylecent)/dist/yumma-core.min.css
— Minified (without Stylecent)
Next steps
Learn about Yumma CSS, and see how it works differently from other CSS frameworks.