Anthony Fu
Anthony Fu
Sounds good, let's see the PR, thanks!
Have you installed Chrome?
If you find a way to cover your cases to do the auto-detection, I am more than happy to receive contributions to that. https://github.com/antfu/vscode-browse-lite/blob/2995249e7332675ff3e719a8b0a9567cfcb7dd39/src/BrowserClient.ts#L69-L82
Sounds reasonable, pr welcome, thanks.
Define config: https://github.com/antfu/vscode-vite/blob/57f6c6b6978b635bd25ab511744a8b5219fcf2f1/package.json#L66 Read config: https://github.com/antfu/vscode-vite/blob/main/src/config.ts
The problem is that windicss generates css that does not have much identification. I checked the detector for tailwind and it matches with the varients like `sm:` `md:`, from that...
Sorry as I am not using a Windows laptop with a touchscreen for a while now, is that possible for you to look on this and open a PR? Much...
主要的问题是,我不确定实际的色弱用户是怎么描述这些颜色的,以及不确定这个是否会因人而异
I guess at this point, we might need to unify the behaviour and configurations in `unplugin-icons`, this extension, `@unocss/preset-icons` to have the same interface and ability to add custom icons....
Ok I made it https://github.com/antfu/unconfig, and it's working. You can see an example usage here https://github.com/antfu/unplugin-icons/blob/main/examples/vite-vue3/getConfig.ts It's currently using https://github.com/egoist/bundle-require which is based on esbuild, which I guess it's not...