Advertisement · 728 × 90

Posts by Chris

Preview
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...

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...

11 months ago 5 0 1 0
Preview
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...

We have adjusted the options of `presetWind4`, which has better semantics.
Sorry to the affected unoers.😇

github.com/unocss/unocs...

11 months ago 3 0 0 0
Post image

Sorry for reply too late, you can chat with me on discord.

1 year ago 1 0 0 0

Yes, that's right, embrace Epoch Semantic Versioning/

1 year ago 1 0 0 0

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-...

1 year ago 3 0 1 0
Preview
Releases · unocss/unocss The instant on-demand atomic CSS engine. Contribute to unocss/unocss development by creating an account on GitHub.

@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...

1 year ago 44 7 1 1
Preview
About UnoCSS@0.65.0 upgrade introduction · unocss unocss · Discussion #4309 Hi, Unoers! We have released UnoCSS@0.65.0. 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, ...

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...

1 year ago 16 2 0 0

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💗.

1 year ago 6 0 0 0

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! 🌈

1 year ago 71 7 2 1
Advertisement
Preview
Announcing Vite 6 Vite 6 Release Announcement

Vite 6.0 is out ⚡️
vite.dev/blog/announc...

1 year ago 1472 328 33 62

Are there any other presets that I don’t know about? Feel free to add them to the @unocss.dev documentation.

1 year ago 2 0 0 0
Preview
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.

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?

1 year ago 7 1 1 1
UnoCSS Animations

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.🥰

1 year ago 2 0 0 0
Preview
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.

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...

1 year ago 4 3 1 0
Preview
GitHub - onmax/unocss-preset-easing-gradient Contribute to onmax/unocss-preset-easing-gradient development by creating an account on GitHub.

This is the link:

github.com/onmax/unocss...

1 year ago 1 1 1 0

Awesome 😍, welcome to join the unocss preset community.

1 year ago 1 0 2 0

My mistake. I didn't notice it. I pressed the keyboard too fast.😅

1 year ago 1 0 0 0
Advertisement

export default defineConfig({
rules: [
['hello-world', { 'background': 'red' }]
]
})

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

🟥

1 year ago 67 8 3 0