We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4bb4 commit 19878faCopy full SHA for 19878fa
src/docs/font-variant-numeric.mdx
@@ -187,8 +187,8 @@ The `font-variant-numeric` utilities are composable so you can enable multiple v
187
<dd className="border-b border-gray-200 py-2 text-right slashed-zero tabular-nums dark:border-white/10">
188
$14.50
189
</dd>
190
- <dt className="py-2">Total</dt>
191
- <dd className="slashed-medium py-2 text-right tabular-nums">$114.50</dd>
+ <dt className="font-medium py-2">Total</dt>
+ <dd className="font-medium py-2 text-right slashed-zero tabular-nums">$114.50</dd>
192
</dl>
193
}
194
</Example>
0 commit comments