Skip to content

Commit de88bfd

Browse files
authored
Merge pull request #492 from oliverhaas/patch-1
fix: typo "fractons" instead of "fractions" in "stacked-fractions" class
2 parents 862ff39 + 3d05ac7 commit de88bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/default-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ export const getDefaultConfig = () => {
727727
* Font Variant Numeric
728728
* @see https://tailwindcss.com/docs/font-variant-numeric
729729
*/
730-
'fvn-fraction': ['diagonal-fractions', 'stacked-fractons'],
730+
'fvn-fraction': ['diagonal-fractions', 'stacked-fractions'],
731731
/**
732732
* Letter Spacing
733733
* @see https://tailwindcss.com/docs/letter-spacing

0 commit comments

Comments
 (0)