There is a problem with the WeChat Mini Program simulator's support for "infinite". Is there any way to replace it during the processing? #694
-
Download the template from https://github.com/icebreaker-template/taro-webpack-tailwindcss-v4, add the style rounded-full to the "Hello world!" rectangle, and observe that the infinite property does not take effect in the WeChat Mini Program simulator. ![]() Changing it to rounded-[999px] fixes that problem. May I ask if this problem can be handled through configuration during the plugin processing? Or by what means can similar infinite issues be handled automatically? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@sevenryze 感谢你的汇报,这个问题已经在 |
Beta Was this translation helpful? Give feedback.
-
After testing, this issue has been fixed. Thank you for your timely fix. |
Beta Was this translation helpful? Give feedback.
@sevenryze
Thanks for your report. This issue has been fixed in
[email protected]
.Now, all utility classes related to
rounded-full
will automatically remove the infinite property, and the repository at icebreaker-template/taro-webpack-tailwindcss-v4 has also been updated.感谢你的汇报,这个问题已经在
[email protected]
中修复了.现在所有的
rounded-full
相关的工具类,都会自动去除infinite
属性,并且 taro-webpack-tailwindcss-v4 模板也已经更新了。