UnoCSS
The Instant On-demand Atomic CSS Engine
unocss.dev
created by @antfu.me, maintained by @zyyv.dev and the team with 🤍
- Reposted by 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...
- Reposted by UnoCSSToday, 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...
- Reposted by UnoCSSWe 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 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! 🌈
- Reposted by UnoCSSSince @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...
- 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?
- Reposted by UnoCSSI 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]" /> ```