UnoCSS's Avatar

UnoCSS

@unocss.dev.bsky.social

The Instant On-demand Atomic CSS Engine unocss.dev created by @antfu.me, maintained by @zyyv.dev and the team with 🀍

1,651 Followers  |  2 Following  |  5 Posts  |  Joined: 05.11.2024  |  1.3254

Latest posts by unocss.dev on Bluesky

Preview
Tailwind 4 Support Plan Β· Issue #4411 Β· unocss/unocss As Tailwind 4 introduced quite some fundamental changes to the config and theming model, while existing projects with Tailwind-3-like usages might not be easy to migrate. Being an engine that desig...

πŸ‘€
github.com/unocss/unocs...

29.01.2025 04:16 β€” πŸ‘ 42    πŸ” 2    πŸ’¬ 1    πŸ“Œ 1
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...

10.01.2025 08:46 β€” πŸ‘ 45    πŸ” 7    πŸ’¬ 1    πŸ“Œ 1
Preview
GitHub - onmax/unocss-preset-fluid-sizing: UnoCSS preset for fluid sizing with UnoCSS philosophy in mind. UnoCSS preset for fluid sizing with UnoCSS philosophy in mind. - onmax/unocss-preset-fluid-sizing

Today, I tried out Fluid Sizing in CSS.

You set one size for mobile and another for desktop, and the code smoothly calculates the value in the gap between different scree sizes.

Then, I created a @unocss.dev preset:

github.com/onmax/unocss...

18.01.2025 18:42 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
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...

02.12.2024 12:34 β€” πŸ‘ 16    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

A huge shout out to @zyyv.bsky.social, who is taking great care of UnoCSS's maintenance and driving the landing of those features!

27.11.2024 10:38 β€” πŸ‘ 7    πŸ” 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! 🌈

27.11.2024 10:36 β€” πŸ‘ 72    πŸ” 8    πŸ’¬ 2    πŸ“Œ 1
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...

15.11.2024 08:32 β€” πŸ‘ 4    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0

We are in the process of making UnPresets the official "UnoCSS Community" organization!

Any cool presets you created/maintain that want us to know? πŸ€“

20.11.2024 16:43 β€” πŸ‘ 24    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0
Gradient generated using UnoCSS Preset Easing Gradient:

<div bg-easing-gradient="to-l from-#9747FF to-#0582CA steps-20 ease bezier-[0.99,0.01,0.99,0.01]" />

Gradient generated using UnoCSS Preset Easing Gradient: <div bg-easing-gradient="to-l from-#9747FF to-#0582CA steps-20 ease bezier-[0.99,0.01,0.99,0.01]" />

I have created an @unocss.dev preset that allows you to set a smoothing curve or custom bΓ©zier curve in a background gradient.

```html
<div bg-easing-gradient="to-l from-#9747FF to-#0582CA steps-20 bezier-[0.99,0.01,0.99,0.01]" />
```

07.11.2024 06:43 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0

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

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

πŸŸ₯

05.11.2024 14:17 β€” πŸ‘ 68    πŸ” 8    πŸ’¬ 3    πŸ“Œ 0

@unocss.dev is following 2 prominent accounts