hayecss
v1.0.1
Published
Lightweight utility-first CSS engine
Maintainers
Readme
HayeCSS
The ultimate Tailwind alternative, perfectly tuned for backend developers who want to build beautiful landing pages without learning CSS.
Usage
Drop the script right into your index.html:
<script type="module" src="/barrel.js"></script>Start building with simple tailwind-like classes:
<main class="haye-flex haye-flex-col haye-items-center haye-justify-center haye-bg-primary haye-h-screen">
<h1 class="haye-text-3xl haye-text-secondary haye-font-bold">No more CSS fear.</h1>
</main>Configuration
Edit src/helper/config.js to add your custom colors, font sizes, and spacing. That's it!
