使用unocss的presetAttributify结合tailwindcss时注意事项

731 阅读1分钟

背景颜色为rgba的写法

如:rgba(0, 0, 0, 0.45)

bg="[rgba(0, 0, 0, 0.45)]"

bg="[#000]/45"