Usage
- 1
Install the Package
It arrives automatically with
yummacss, so this is only needed when you depend on it directly.pnpm add @yummacss/core - 2
Read a Category
Each export is a function returning the definitions for one category.
import { boxModelUtils, colorUtils, coreUtils } from "@yummacss/core"; const boxModel = boxModelUtils(); const colors = colorUtils(); const everything = coreUtils();