We have this rule that includes a color for the generic tag small and its helper-class .small
.small, small {
color: #6d6e71;
font-size: 80%;
font-weight: 400;
}
I believe it was added to mute small text in headings
<h1>Customer Name <small>(#customer-number)</small></h1>
I like that behavior in headings actually, even though we got text-muted, but the generic small rule looks just wrong to me
We have this rule that includes a color for the generic tag
smalland its helper-class.smallI believe it was added to mute small text in headings
<h1>Customer Name <small>(#customer-number)</small></h1>I like that behavior in headings actually, even though we got
text-muted, but the genericsmallrule looks just wrong to me