【发布时间】:2022-01-28 19:52:58
【问题描述】:
如果需要,我想重写我的 .title 类元素。
.title {
@apply text-[60px] leading-[64px] font-black text-white;
}
<div class='title text-red-300'> <==== how can I change text color to be red and not white?
【问题讨论】:
标签: tailwind-css