Skip to content

[Bug]: uniappX 暗黑模式切换异常 #1091

Description

@cq112233

weapp-tailwindcss 版本

5.3.2

tailwindcss 版本

4.3.3

框架 & 小程序平台

h5

最小复现bug的代码仓库链接

No response

复现bug的步骤

h5页面

5.3.2版本不生效
dark:bg-[#3498db]

5.2.7版本显示正常

    <button class="mt-4 w-64 rounded-full bg-[#eccc68] px-4 py-2 text-white dark:bg-[#3498db]" @click="toggleDark">
      <text>{{ isDark ? '切换到亮色模式' : '切换到暗色模式' }}</text>
    </button>
Image Image

5.3.2版本显示异常

Image Image

预期是什么?

显示正常

实际发生了什么?

显示异常

运行环境

node22

其他附加信息

No response

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions