Class reference

Letter Spacing - 图1

Usage

Control the letter spacing of an element using the .tracking-{size} utilities.

Letter Spacing - 图2

Responsive

To control the letter spacing of an element at a specific breakpoint, add a {screen}: prefix to any existing letter spacing utility. For example, use md:tracking-wide to apply the tracking-wide utility at only medium screen sizes and above.

For more information about Tailwind’s responsive design features, check out the Responsive Design documentation.

Letter Spacing - 图3

all

Letter Spacing - 图4

sm

Letter Spacing - 图5

md

Letter Spacing - 图6

lg

Letter Spacing - 图7

xl

Letter Spacing - 图8

Customizing

Responsive and State Variants

By default, only responsive variants are generated for tracking utilities.

You can control which variants are generated for the tracking utilities by modifying the tracking property in the modules section of your Tailwind config file.

For example, this config will also generate hover and focus variants:

Letter Spacing - 图9

Disabling

If you don’t plan to use the tracking utilities in your project, you can disable them entirely by setting the tracking property to false in the modules section of your config file:

Letter Spacing - 图10