tailwindcss/docs/source/docs/line-height.blade.md
2017-12-03 02:55:40 +01:00

1.0 KiB

extends title description features
_layouts.documentation Line Height Utilities for controlling the leading (line height) of an element.
responsive customizable hover focus
true true false false

@include('_partials.work-in-progress')

@include('_partials.class-table', [ 'rows' => [ [ '.leading-none', 'line-height: 1;', 'Set the line height of an element to 1.', ], [ '.leading-tight', 'line-height: 1.25;', 'Set the line height of an element to 1.25.', ], [ '.leading-normal', 'line-height: 1.5;', 'Set the line height of an element to 1.5.', ], [ '.leading-loose', 'line-height: 2;', 'Set the line height of an element to 2.', ], ] ])

Customizing

@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'leading', 'property' => 'leading', ], 'variants' => [ 'responsive', ], ])