A Lightweight Utility-First CSS Engine Built with JavaScript
Write CSS using intuitive class names like chai-p-2, chai-bg-red, and more!
Control padding and margin with simple class names:
chai-p-10
chai-m-10
chai-px-15
chai-my-8
chai-pt-15
chai-mb-12
Flex container with centered items:
Flex with space-between:
| Pattern | Example | Result |
|---|---|---|
| Spacing with value | chai-p-10 |
padding: 10px |
| Color utilities | chai-bg-red, chai-text-blue |
Background and text colors |
| Typography | chai-text-2xl, chai-font-bold |
Font size and weight |
| Layout | chai-flex, chai-justify-center |
Flexbox utilities |
| Without value | chai-flex, chai-hidden |
Boolean/toggle utilities |
No dependencies, small file size, fast loading
Intuitive class naming similar to Tailwind CSS
Add your own custom utilities easily
Works with any responsive design pattern