LombokCSS
A modern, token-first component CSS framework
...Re-theme everything by changing one attribute — like a design system. Ships at ~9.7 KB gzipped (full build, minified).
Component-based (Bootstrap) + Token-driven theming (design systems) + Tiny (Pico/UnoCSS)
Why it's different
Most frameworks bake their look into each component, so changing the visual style means overriding hundreds of rules. LombokCSS inverts that:
Components read only semantic tokens (--lc-surface, --lc-text, --lc-radius, --lc-shadow, --lc-accent, )
A "design style" is just a different set of token values. ...