Skip to content

Commit

Permalink
Update packages/tailwindcss/src/utilities.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Pittman <jordan@cryptica.me>
  • Loading branch information
adamwathan and thecrypticace committed Sep 17, 2024
1 parent 74ce9ea commit 9156a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwindcss/src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3798,7 +3798,7 @@ export function createUtilities(theme: Theme) {
supportsNegative: true,
themeKeys: ['--letter-spacing'],
handle: (value) => [
atRoot([property('--tw-leading')]),
atRoot([property('--tw-tracking')]),
decl('--tw-tracking', value),
decl('letter-spacing', value),
],
Expand Down

0 comments on commit 9156a58

Please sign in to comment.