From c2efa192c5239a1bda8b408d0308ef11b4092811 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 13 Mar 2026 01:37:35 +0000 Subject: [PATCH] Rewrite CSSX: unified Tailwind-style utility token system Replace the three-layer cssx system (macro + value functions + class components) with a single token resolver. Tokens like "bg-yellow-199", "hover:bg-rose-500", "md:text-xl" are parsed into CSS declarations. Two delivery mechanisms, same token format: - tw() function: returns inline style string for :style - ~cssx/tw macro: injects JIT class +