A tiny runtime utility engine.
Style without the build step.
Inspired by Tailwind CSS, built for dynamic DOM parsing. Inject beautiful utility-class styles on the fly directly via JavaScript.
Read the Docs
$npm i
@pallabdev/chai-tailwind
import { tailwind } from "@pallabdev/chai-tailwind";
// Wait for the DOM to be fully loaded
document.addEventListener("DOMContentLoaded", () => {
// Scans all elements and injects inline styles dynamically
tailwind();
});
Zero Configuration
No PostCSS, no tailwind.config.js, no complicated build pipelines. Just drop the script in and let it run.
Arbitrary Values
Need a specific hex code or exact pixel width? Supported natively using familiar bracket syntax like `bg-[#1a1a1a]`.
Ultra Lightweight
A microscopic footprint ensures your application loads blazing fast while keeping your styling completely expressive.