@dev-abhishek/chai-css-engine
v1.2.0
Published
Lightweight utility-first CSS engine - write chai-* classes, get instant styles
Maintainers
Readme
☕ Chai CSS Engine
Lightweight utility-first CSS engine — write chai-* classes, get instant styles!
Installation
npm install chai-css-engineUsage (Browser - CDN)
<div class="chai-p-20 chai-bg-red chai-text-white chai-rounded-lg">
Hello Chai!
</div>
<script src="https://unpkg.com/chai-css-engine"></script>Available Classes
| Class | Style Applied |
|---|---|
| chai-p-{n} | padding: npx |
| chai-m-{n} | margin: npx |
| chai-bg-{color} | background-color |
| chai-text-{color} | color |
| chai-text-{size} | font-size (sm/lg/xl/2xl) |
| chai-rounded-{size} | border-radius |
| chai-w-{n} | width: npx |
| chai-h-{n} | height: npx |
