Getting Started
Chai Choco is a zero-setup runtime CSS engine. It scans your HTML for chai-choco-* classes, generates only the CSS you use, and injects it directly into <head>. No build step. No config. One import.
<!-- CDN — add to <head> -->
<script src="https://unpkg.com/chai-choco-tailwind"></script>

// npm
import "chai-choco-tailwind";