dcasia / mini-program-tailwind

让你的小程序用上原汁原味的 Tailwind/Windi CSS
https://www.craft.do/s/Wx2f9cjGwyZYOx
494 stars 41 forks source link

bg-[#1636fc] 和其他class一起用,其他样式失效 #103

Closed cat-kun closed 11 months ago

cat-kun commented 1 year ago

描述这个问题:

bg-[#1636fc] 和其他class一起用,其他样式失效(横杆多了空格)

如何复现:

<Button className="bg-[#1636fc] border-[#1636fc] text-[#fff] text-[24px] text-center rounded-[80px] w-[180px] h-[48px] leading-[48px] mt-[40px]">按钮</Button>

期待的结果:

其他样式正常编译

问题相关截图:

image

本插件版本:

1.5.6

开发框架版本:

ItsRyanWu commented 1 year ago

请升级至 1.5.7-beta.0 试试看呢?如果没有问题我就发布正式版了

Murphy-Tong commented 9 months ago

确实是有这个问题