Class reference

Line Height - 图1

Usage

Control the line height of an element using the .leading-{size} utilities.

Line Height - 图2

Responsive

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

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

Line Height - 图3

all

Line Height - 图4

sm

Line Height - 图5

md

Line Height - 图6

lg

Line Height - 图7

xl

Line Height - 图8

Customizing

Responsive and State Variants

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

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

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

Line Height - 图9

Disabling

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

Line Height - 图10