Anthony Fu

Results 1228 comments of Anthony Fu

I think it's a bug of Nuxt, you can work around it with: ```ts export default defineNuxtConfig({ experimental: { inlineSSRStyles: false, } }) ```

Please read https://github.com/unocss/unocss/tree/main/packages/preset-icons#browser

I am not sure if the complexity is it worth here. And I didn't find a strong reason why the separator needs to be configurable. Anyone share more context?

This PR changes quite a lot of static regex into dynamic ones. Static regex is one of the key reasons UnoCSS is fast, as the JS engine could do JIT...

What would you expect for the fix? I am not sure if there is anything we could do.

Thank you! However I am still not convinced by this change, since we will still support Vite 2 and 3.

I am not sure if we should make all of them themeable. Prefer to have only the theme color customizable, and provide a few more builtin themes for a different...

@danielroe it should be fixed by https://github.com/elk-zone/elk/pull/1123

Maybe, a `ALT` button on the right of the close button instead, so it doesn't take too much space? 🤔