MellowCo / unocss-preset-weapp

unocss preset for wechat miniprogram,unocss小程序预设,在 taro uniapp 原生小程序 中使用unocss
https://playful-gumption-4bb42b.netlify.app
MIT License
386 stars 36 forks source link

配置 isH5 为 true 时,编译后的结果有误 #147

Closed github-lxb closed 4 months ago

github-lxb commented 4 months ago

例如:使用 w-10 类名,转换后的结果为 .w-10 {width: %?10?%;},附上源码中的截图

image

github-lxb commented 4 months ago

使用的是 uniapp + vue3,没看懂这个 isH5 的作用是什么,文档中也没详细提及到,只是看这个方法 uniAppVue2CssRpxTransform 好像是针对 vue2 起作用的,不知道是否理解有误

github-lxb commented 4 months ago

刚去看了已关闭的 issues,发现有这个问题的解释https://github.com/MellowCo/unocss-preset-weapp/issues/22,不好意思

MellowCo commented 4 months ago

https://github.com/MellowCo/unocss-preset-weapp/blob/main/examples/uniapp_vue3/unocss.config.ts

直接复制