Anthony Fu
Anthony Fu
Since we support passing CSS object in shortcuts: https://github.com/unocss/unocss/blob/07a67f97f5c41f55ee47c0157c4335860577292a/test/shortcuts.test.ts#L32 I guess it should be possible for a community solution that converts this css-in-js format to Uno's shortcuts format.
> CSS Object keys Yes, it's designed to work that way. UnoCSS does not do case conversion for you to maximize the performance and align more with how CSS looks.
It's a known limitation of unplugin. UnoCSS also requires a single global context to work. I am not sure how to workaround it.
I am not very sure, as `%s` can be ambiguous, and in this case, ppl might also want more information like the old versions, etc. We might be better use...
Closed due to inactive
I think we might need a better solutions to this. Ideally, `.` and `
The behavior is expected. Only the output for counters needs some improvements. PR welcome
```diff ❯ npx taze major - node-starter - 1 minor + node-starter - 1 major vitest dev ~2mo ^0.23.4 → ^0.25.3 ~6d ``` The counter is wrong. But it only...
Isn't your change making it the opposite? `0.x` change should be considered as major. I feel it's something wrong with `semver.diff`, maybe we should patch it instead?
You can already ad `-I` for interactive select, isn't that enough for your case?