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

The bundled text-* classes are Skelementor’s default font-size scale.
For how fluid clamp() scaling relates to breakpoint suffixes, see Fluid scaling.
ClassRangeCSS
.text-2xs10px -> 11pxclamp(0.58rem, calc(0.49rem + 0.09vw), 0.64rem)
.text-xs12px -> 13pxclamp(0.69rem, calc(0.59rem + 0.16vw), 0.8rem)
.text-sm14px -> 16pxclamp(0.83rem, calc(0.71rem + 0.25vw), 1rem)
.text-base16px -> 20pxclamp(1rem, calc(0.85rem + 0.37vw), 1.25rem)
.text-lg18px -> 25pxclamp(1.2rem, calc(1.02rem + 0.53vw), 1.56rem)
.text-xl20px -> 31pxclamp(1.44rem, calc(1.22rem + 0.75vw), 1.95rem)
.text-2xl24px -> 39pxclamp(1.73rem, calc(1.47rem + 1.05vw), 2.44rem)
.text-3xl30px -> 49pxclamp(2.07rem, calc(1.76rem + 1.45vw), 3.05rem)
.text-4xl36px -> 61pxclamp(2.49rem, calc(2.12rem + 1.97vw), 3.82rem)
.text-5xl48px -> 76pxclamp(2.99rem, calc(2.54rem + 2.63vw), 4.77rem)
.text-6xl60px -> 95pxclamp(3.59rem, calc(3.08rem + 3.47vw), 5.96rem)
.text-7xl72px -> 119pxclamp(4.31rem, calc(3.74rem + 4.58vw), 7.45rem)
.text-8xl96px -> 149pxclamp(5.17rem, calc(4.51rem + 6.05vw), 9.31rem)
.text-9xl128px -> 186pxclamp(6.2rem, calc(5.45rem + 7.98vw), 11.64rem)

Example

<div class="elementor-element text-center">
  <p class="text-sm uppercase tracking-wide text-gray margin-bottom-2">
    Bundled scale
  </p>
  <h1 class="text-5xl font-black text-black margin-bottom-4">
    One text system
  </h1>
  <p class="text-base leading-relaxed text-gray-dark maximum-width-md margin-horizontal-auto">
    Use the default `text-*` names directly. The responsive behavior is already built into the framework.
  </p>
</div>
Use text-base to text-lg for running copy, and step into text-xl to text-3xl for section headings. Reserve the largest sizes for hero statements and high-emphasis moments. Pair text-* with .leading-* and .font-* utilities instead of looking for a separate naming scheme.