Chris
banner
zyyv.dev
Chris
@zyyv.dev
Regardless of the past, do not ask the future.
🤪 https://github.com/zyyv
😘 Maintainer of @unocss.dev
Hi, unoers!
We have been exploring the relationship between unocss and tailwind4 for a long time.
We are happy to announce that [email protected] has arrived~ 🎉
Salute to the great pioneer @tailwindcss.com

github.com/unocss/unocs...
Release v66.1.0 · unocss/unocss
🚨 Breaking Changes preset-wind4: Abandon css theme variables hyphenatable  -  by @zyyv in #4592 (f83c9) Redesign wind4 options  -  by @zyyv in #4623 (e4956)    🚀 Features core: Support cs...
github.com
May 4, 2025 at 3:37 PM
We have adjusted the options of `presetWind4`, which has better semantics.
Sorry to the affected unoers.😇

github.com/unocss/unocs...
refactor(preset-wind4)!: redesign wind4 options by zyyv · Pull Request #4623 · unocss/unocss
This pr redesigns presetWind4's options for better semantics. For more details, please refer to the presetWind4 documentation Remove utilityResolver reset --> preflights.reset themePreflig...
github.com
April 30, 2025 at 6:55 AM
I'm planning a new preset that's compatible with Tailwind 4, absorbing the best parts and abandoning the worst parts.
Stay tuned~

github.com/zyyv/unocss-...
January 10, 2025 at 8:48 AM
@unocss.dev has been production ready for a long time. Now, we have finally fixed the versioning!
Let's start the Epoch Semantic Versioning journey~

github.com/unocss/unocs...
Releases · unocss/unocss
The instant on-demand atomic CSS engine. Contribute to unocss/unocss development by creating an account on GitHub.
github.com
January 10, 2025 at 8:46 AM
We have released @unocss.dev @0.65.0 🚀. You can refer to the following upgrade guide to learn about the important changes.

github.com/unocss/unocs...
About [email protected] upgrade introduction · unocss unocss · Discussion #4309
Hi, Unoers! We have released [email protected]. This version includes bug fixes, new features, and optimizations. Here are the details of this update: Async UnoCSS Engine Starting from version 0.65.0, ...
github.com
December 2, 2024 at 12:34 PM
We have improved `core` logic to support more unexpected behaviors of `preset`, `variants` and `preflights`, making it more practical.

I feel great about @antfu.me , I put forward ideas to him 💡, and he always implements them in the first time, so great💗.
unocss.dev UnoCSS @unocss.dev · Nov 27
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! 🌈
November 28, 2024 at 2:34 AM
Reposted by Chris
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! 🌈
November 27, 2024 at 10:36 AM
Reposted by Chris
Vite 6.0 is out ⚡️
vite.dev/blog/announc...
Announcing Vite 6
Vite 6 Release Announcement
vite.dev
November 26, 2024 at 2:26 PM
Since @unocss.dev ^0.64.1, we support the classification of animations, which will be of great help to downstream tool development libraries. UnoCSS integrates Animate.css by default and also adds classification.

Here is an example on unocss^0.64.1, github.com/unpreset/uno...
GitHub - unpreset/unocss-preset-magicss: Integrate magic animation into unocss preset
Integrate magic animation into unocss preset. Contribute to unpreset/unocss-preset-magicss development by creating an account on GitHub.
github.com
November 15, 2024 at 8:32 AM
Reposted by Chris
Reposted by Chris
export default defineConfig({
rules: [
['hello-world', { 'background': 'red' }]
]
})

<div class="hello-world">!</div>

🟥
November 5, 2024 at 2:17 PM