UnoCSS
The Instant On-demand Atomic CSS Engine
unocss.dev
created by @antfu.me, maintained by @zyyv.dev and the team with 🤍
- We are cooking something for the next minor version: - Async generator creation and async presets support - Allow variants to branch multiple rules - On-demand preflights, only needed CSS variables will be shipped These would make the engine more versatile than ever! Stay tuned! 🌈
- We are in the process of making UnPresets the official "UnoCSS Community" organization! Any cool presets you created/maintain that want us to know? 🤓
- This is the community animation preset I know so far. - github.com/unpreset/uno... by @zyyv.bsky.social - github.com/xsjcTony/uno... by github.com/xsjcTony - github.com/whatnickcode... by github.com/whatnickcodes - github.com/animated-uno... by github.com/elonehoo Anything else?
- export default defineConfig({ rules: [ ['hello-world', { 'background': 'red' }] ] }) <div class="hello-world">!</div> 🟥