Skip to content

Commit

Permalink
Merge pull request #492 from oliverhaas/patch-1
Browse files Browse the repository at this point in the history
fix: typo "fractons" instead of "fractions" in "stacked-fractions" class
  • Loading branch information
dcastil authored Nov 24, 2024
2 parents 862ff39 + 3d05ac7 commit de88bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ export const getDefaultConfig = () => {
* Font Variant Numeric
* @see https://tailwindcss.com/docs/font-variant-numeric
*/
'fvn-fraction': ['diagonal-fractions', 'stacked-fractons'],
'fvn-fraction': ['diagonal-fractions', 'stacked-fractions'],
/**
* Letter Spacing
* @see https://tailwindcss.com/docs/letter-spacing
Expand Down

0 comments on commit de88bfd

Please sign in to comment.