Skip to main content

Documentation Index

Fetch the complete documentation index at: https://skelementorcss.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Use leading-* classes for fixed line-height steps that stay easy to pair with any text size.
ClassLine heightBest for
.leading-tight20px / 1.25Compact headings and stacked titles
.leading-snug22px / 1.375Subheads and UI copy
.leading-normal24px / 1.5Everyday body copy
.leading-relaxed26px / 1.625Long-form paragraphs
.leading-loose32px / 2Spacious display copy

Example

<article class="maximum-width-lg margin-horizontal-auto">
  <h2 class="text-3xl font-bold leading-tight text-black margin-bottom-4">
    Built-in rhythm for bundled typography
  </h2>
  <p class="text-base leading-relaxed text-gray-dark">
    Use `.leading-tight` when you want multi-line headings to stay compact. Swap to `.leading-relaxed` when paragraphs need more room to breathe.
  </p>
</article>

Best Practices

  • Use .leading-tight for headings and labels that should feel compact.
  • Use .leading-snug when tight feels cramped but normal feels too open (subheads, short descriptions).
  • Use .leading-normal for UI copy and shorter paragraphs.
  • Use .leading-relaxed for body copy, summaries, and longer text blocks.
  • Use .leading-loose sparingly for quotes and roomy display copy.