I defined a custom class in tailwind.config.js
, such as:
module.exports = {
theme: {
extend: {
fontSize: {
regular-12 : [
12px ,
{
lineHeight: 20px ,
fontWeight: 400 ,
},
],
}
},
},
};
and then use in html:
class="font-bold text-regular-12"
最后的<代码>font-chlorinat>/code>bold
或normal
?
目前,<代码>font-chlorinat>/code>被定在<代码>bold上。