Junjie Wang

Results 22 comments of Junjie Wang

@loynoir Works brilliantly! Thanks!

I also encounter broken styles, with SvelteKit. The bug was introduced in version `0.58.7`. In my case, broken styles only occur in very few components, and **only on build**, not...

@rylanharper I checked again. Yes, there are many `@apply` in css of my affected components.

@akirarika According to a [recent post](https://x.com/CasualPS/status/1762507087412961653) on X that "ioredis is 'acquired by' / 'sold to' redis", which is [indirectly confirmed](https://x.com/luinlee/status/1762661228047200399) by ioredis author. It doesn't seem to be a...

@mimiiix It's not a bug! This is exactly how `\t` functions. It doesn't equal to four or eight `space`. Please try it in any text editor.

@mimiiix OK, I might have misunderstood your issue... Your issue seems like a font styling problem. You have to style your font as `monospace`, via either `jsx` or `css`.

@briangregoryholmes Thanks for looking into this and the detailed explanation! I raised this issue in case it might be an edge case for library improvement. Totally agree that it can...

I still have `@apply` issue. It appears to be originating from this commit https://github.com/unocss/unocss/commit/112f2561263e853e664db4a99d14aa4a8d8780e6 `@apply` works for me after I clone `transformer-directives` package to local and remove all `simicolonOffset` (or...

A bit more digging. I tested the following in my SvelteKit project. Issue arises **when multiple `@apply` are defined**. For the following example, `@apply shadow-lg` style appears to be ignored...

@Simon-He95 I will try to find a way to create an online repo