cwyyue

Results 6 comments of cwyyue

可以换种写法,-translate-x-50%,-translate-y-50%。 unocss有很多内置预设,mpx unocss 默认预设是基于windicss的验证的, windicss的文档外的写法不保证能支持。

> > 可以换种写法,-translate-x-50%,-translate-y-50%。 unocss有很多内置预设,mpx unocss 默认预设是基于windicss的验证的, windicss的文档外的写法不保证能支持。 > > > 可是我看这两种写法都在 wind3 预设里呀 这个是unocss 的预设文档,可以看windicss的文档https://cn.windicss.org/utilities/animations/transforms.html#transform-translate

less 语法和 @apply 语法冲突了,小程序环境还不支持识别 --at-apply,我们后续支持下。

--at-apply 生成多分号问题已在unocss [v0.58.7](https://github.com/unocss/unocss/releases/tag/v0.58.7)版本修复。https://github.com/unocss/unocss/issues/3657

> > --at-apply 生成多分号问题已在unocss [v0.58.7](https://github.com/unocss/unocss/releases/tag/v0.58.7)修复版本。unocss [/unocss#3657](https://github.com/unocss/unocss/issues/3657) > > 这个我怎么更新,目前我vscode版本的unocss是最新版本,问题依旧存在 可以在项目中 pnpm i @unocss/[email protected] 再试试

> > > > --at-apply 生成多分号问题已在unocss [v0.58.7](https://github.com/unocss/unocss/releases/tag/v0.58.7)修复版本。unocss [/unocss#3657](https://github.com/unocss/unocss/issues/3657) > > > > > > > > > 这个我怎么更新,目前我vscode版本的unocss是最新版本,问题依旧存在 > > > > > > 可以在项目中 pnpm i @unocss/[email protected] 再试试 >...