Skip to content

Commit 9156a58

Browse files
Update packages/tailwindcss/src/utilities.ts
Co-authored-by: Jordan Pittman <jordan@cryptica.me>
1 parent 74ce9ea commit 9156a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3798,7 +3798,7 @@ export function createUtilities(theme: Theme) {
37983798
supportsNegative: true,
37993799
themeKeys: ['--letter-spacing'],
38003800
handle: (value) => [
3801-
atRoot([property('--tw-leading')]),
3801+
atRoot([property('--tw-tracking')]),
38023802
decl('--tw-tracking', value),
38033803
decl('letter-spacing', value),
38043804
],

0 commit comments

Comments
 (0)