Hi, unoers!
We have been exploring the relationship between unocss and tailwind4 for a long time.
We are happy to announce that UnoCSS@66.1.0 has arrived~ 🎉
Salute to the great pioneer @tailwindcss.com
github.com/unocss/unocs...
Posts by Chris
We have adjusted the options of `presetWind4`, which has better semantics.
Sorry to the affected unoers.😇
github.com/unocss/unocs...
Sorry for reply too late, you can chat with me on discord.
Yes, that's right, embrace Epoch Semantic Versioning/
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-...
@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...
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...
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💗.
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! 🌈
Are there any other presets that I don’t know about? Feel free to add them to the @unocss.dev documentation.
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?
I am refactoring animate.zyob.top, which will support the search, preview, classification of animations configured in UnoCSS themes... and support dynamic configuration.
Stay tuned.🥰
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...
Awesome 😍, welcome to join the unocss preset community.
My mistake. I didn't notice it. I pressed the keyboard too fast.😅
export default defineConfig({
rules: [
['hello-world', { 'background': 'red' }]
]
})
<div class="hello-world">!</div>
🟥