Anthony Fu

Results 1228 comments of Anthony Fu

I am also open to refactoring it into an LSP. PR also welcome on that direction.

You can write your own variant to support that: https://github.com/unocss/unocss/blob/2180281ba36fab75b395330bf76c89f845c4e8df/packages/preset-mini/src/variants/dark.ts#L1-L22

I see. I like your idea and I see the usage. However, it requires an overhaul of all the utilities and might break existing apps. I would recommend starting a...

We temporarily close this due to the lack of enough information. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) to reopen the issue. Thanks. > [Why reproduction is required](https://antfu.me/posts/why-reproductions-are-required)

Sorry I misread the issue. As I don't use Webpack myself, I guess we could only count on contributions on this. But in general, I feel the persistent caching kinda...

I am not very familiar with Astro, do you mind sharing a minimal setup so I can test it out? Thanks.

I just pulled down your repo and played out. I can see the unresolved id error in the build. In build, UnoCSS uses a virtual module to serve the CSS...

`uno.css` will be normalized to `/__uno.css`, and both `uno.css` and `/__uno.css` can be served. Can you share me the pointers of how 3 & 4 been implemented?