chaicss-ap
v1.0.14
Published
A lightweight runtime utility-first CSS engine
Downloads
1,261
Maintainers
Readme
ChaiCSS ☕
your 1 = my 1px;
A lightweight utility-first CSS engine powered by JavaScript.
Install
npm install chaicss-ap
Usage
import "chaicss-ap" directly if you are on some framework/library and start writing css
if just a html page, then just put this script to use it via cdn
CDN
Example
<div class="chai-p-20 chai-bg-orange chai-rounded-10">
Hello from me
</div>