ice breaker

Results 146 comments of ice breaker

Hi [nickimbo](https://github.com/nickimbo): Currently, it appears that version 3.0 only supports Vite. More frameworks will be supported in the future, and this issue will be continuously tracked.

Add nextjs support at `[email protected]`, you could have a try.

Can you provide me with a reproducible case? I would be very grateful.

你 `css` 里面写的是 `@import 'tailwindcss'`,还是 `@import 'weapp-tailwindcss'`?这2个有一些区别,假如你使用 layer 的话,会造成编译时,选择器的优先级提升。你可以尝试升级 `weapp-tailwindcss` 看看这个问题是否还存在,目前 `Tailwindcss@4` 更新频繁,可能会有一些不兼容的地方。 详见 https://tw.icebreaker.top/docs/quick-start/v4 @wangzijun920630

话说,你这个有设置吗,https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions#ignorecallexpressionidentifiers 我有点怀疑是这个配置的原因

现在 @weapp-tailwindcss/merge 有了新的用法,使用 @weapp-tailwindcss/merge@2 配合 [email protected] 这个问题应该已经解决了。此issue关闭,还有问题再打开吧

@ianzone是的,这个插件一直支持多个小程序平台的,之前改过一波名字,从 `weapp-tailwindcss-webpack-plugin` -> `weapp-tailwindcss`

这里我写了一个类似的 tailwindcss plugin https://github.com/sonofmagic/weapp-tailwindcss/blob/main/apps/vite-native-ts/tailwind.config.ts 或许我们可以根据这个思路,继续提供这个方式