湯遒之
湯遒之
there is my astro config: ```mjs import { defineConfig } from 'astro/config'; import Unocss from '@unocss/astro' import { presetAttributify, presetUno } from 'unocss'; import presetIcons from '@unocss/preset-icons' import transformerDirectives from...
According to unocss astro example,I move the unocss settinn to a separate file `uno.config.ts`, the unocss plugin finally worked
> Is this unocss's bug or astro's ? I am confused ~ I am not sure, but maybe there is some error in unocss-vscode-plugin. I have tried to read the...
> 估计是不行了,readme里限制第一条就说不支持 javascript 动态插入的元素与样式 对头,建议自己用 `fontmin` 这个包做插件,思路是自己编写 插件 / loader 收集想要压缩的字符集,再去压缩指定文件
I encountered an identical issue. Below is a sample of my code, in which I utilized [Tailwind CSS](https://www.tailwindcss.com): ```html ``` As demonstrated by the code, the `i` element becomes visible...
btw, if using 'jsdom', it's working fine.
github 登录 其实挺好 我赞成
挺好,如果后续可以再封装一个可以命令调用的 `Toast` 组件就更好了🤩 这样就可以完全去掉 `naive-ui` 了 #179
麻烦解决一下冲突😁
可以把 `MessageBox.ts` `MessageBox.vue` 以及其测试都放在一个文件夹中,这样目录架构更清晰