Disclaimer: This is an experimental project for a very specific audience. It's not meant to replace Tailwind CSS. If you're already using a build pipe

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-07-28 06:00:05

Disclaimer: This is an experimental project for a very specific audience. It's not meant to replace Tailwind CSS. If you're already using a build pipeline, you're better off sticking with Tailwind.

But if you're working with plain HTML, CDN scripts, or projects where you don't want a build step (or because you simply just don't have a choice. 👋 Hello .NET and vanilla PHP users), this might be what you're looking for.

This is not affiliated with Tailwind CSS or their brand. Very early-stage. Things might break. Things might change. This is a proof of concept that came out of my boredom, and I just want to see if it makes sense to anyone else.

TWAaCA (Tailwind As a Custom Attribute) is a tiny JavaScript utility that brings the power of Tailwind-style utility-first design to your HTML using custom attributes.

It uses the official Tailwind Design API under the hood to generate scoped, responsive styles in the browser, without a build step.

Leave a Comment
Related Posts