uvwind reads your HTML classes and injects a <style> tag.
No build step. No CSS file. No config needed. Just add a class.
// why uvwind
Every class maps to one CSS property in a plain JS object. Simple. You can add your own classes in seconds.
Scans your page once, collects every class used, builds one CSS string, injects one style tag. Done.
Open DevTools. See the style tag in head with your classes. No external CSS file linked anywhere.
bg-glass, bg-glass-dark, bg-glass-chai. Glassmorphism with one class. Not in Tailwind by default.
// try it live
Open DevTools → Elements → head — watch the style tag appear.
// type a class above
// color palette
10 shades per color. Light to dark. Just add the class.
hover a swatch to see class name · click to copy
// get started
<!-- drop in <head> --> <script src="https://cdn.jsdelivr.net/gh/UV921/UVWIND-1@main/src/engine.js"></script> <!-- use classes anywhere --> <div class="bg-red-5 p4 b-lg t-white"> Hello uvwind </div>
p1padding: 4pxp2padding: 8pxp4padding: 20pxp6padding: 28pxm4margin: 20pxbg-red-5■bg-blue-5■bg-green-5■bg-orange-6■bg-*-1 to 1010 shadest-whitecolor: #ffft-chaicolor: #f97316t-centertext-align: centert-mutedcolor: #6b7280t-gray-1 to 1010 shadesbg-glassfrosted lightbg-glass-darkfrosted darkbg-glass-lgheavy blurbg-glass-chaiorange tint