> ## Documentation Index
> Fetch the complete documentation index at: https://skelementorcss.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> SkelementorCSS is a CSS utility framework for Elementor—importable classes and design tokens that land in Elementor’s native systems.

<div className="sk-theme-hero not-prose my-6">
  <div
    style={{
  position: "relative",
  paddingBottom: "56.25%",
  height: 0,
  overflow: "hidden",
  borderRadius: "0.5rem",
  maxWidth: "100%",
}}
  >
    <iframe
      style={{
    position: "absolute",
    top: 0,
    left: 0,
    width: "100%",
    height: "100%",
    border: 0,
  }}
      src="https://www.youtube.com/embed/KMA-bsBlQ-Y?si=klOgFOKQIhjyRQbr"
      title="YouTube video player"
      allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
      referrerPolicy="strict-origin-when-cross-origin"
      allowFullScreen
    />
  </div>
</div>

[Watch on YouTube](https://youtu.be/KMA-bsBlQ-Y?si=klOgFOKQIhjyRQbr)

## SkelementorCSS

**SkelementorCSS** is the CSS side of Skelementor: a utility framework designed for **Elementor v4**. You work from a coherent catalog of small, single-purpose classes—typography, layout, spacing, color, borders, effects, flexbox, and ready-made component patterns—so layouts stay consistent and fast to iterate in the editor.

Instead of hand-writing one-off rules for every block, you **compose** utilities directly on atomic elements. Many families ship with **responsive behavior built into the class names** (for example fluid type and spacing), so you spend less time managing breakpoints manually.

## How it connects to Elementor

Skelementor is a WordPress plugin that imports classes and tokens into Elementor’s native **Global Classes** and **Variables** systems. That means utilities and tokens live where Elementor expects them, with no core-file patching required.

<Callout icon="puzzle-piece" color="#8f1d7d">
  <div className="sk-elementor-callout-text">
    **Elementor v4** ships the **Atomic Editor** as the stable experience; new Elementor installs enable **Atomic Elements** by default. The built-in **Skelementor Preset** imports **976 classes** for Elementor’s default desktop, tablet, and mobile breakpoints.
  </div>
</Callout>

## What you can do with it

* **Move faster in the editor** — Apply `flex`, `gap-4`, `text-2xl`, `button-primary`, `card`, and hundreds of other helpers without leaving Elementor’s UI.
* **Keep design decisions repeatable** — Shared scales for spacing, type, and color reduce one-off magic numbers.
* **Start from the shipped preset** — Import the Skelementor Preset first, then build from a known-good baseline inside Elementor’s native systems.
* **Stay organized at scale** — Split large sets into manageable imports and validate behavior before you commit to a full design system.

## What ships in the box

The built-in **Skelementor Preset** adds **976 classes** for Elementor’s default responsive breakpoints. The bundled source CSS remains available as a reference artifact when you want to inspect the framework.

## Concepts

<CardGroup cols={3}>
  <Card title="Typography" icon="text-size" href="/concepts/typography">
    Size, weight, leading, alignment, tracking, and text treatments aligned to one scale.
  </Card>

  <Card title="Layout" icon="grid" href="/concepts/layout">
    Display, positioning, overflow, object fit, aspect ratio, and z-index utilities.
  </Card>

  <Card title="Spacing" icon="arrows-to-line" href="/concepts/spacing">
    Margin, padding, and gap built on a shared spacing rhythm.
  </Card>

  <Card title="Sizing" icon="expand" href="/concepts/sizing">
    Width, height, and max-width helpers for common breakpoints and fractions.
  </Card>

  <Card title="Colors" icon="palette" href="/concepts/colors">
    Semantic text, background, and border colors tied to bundled tokens.
  </Card>

  <Card title="Effects" icon="sparkle" href="/concepts/effects">
    Opacity and box-shadow helpers for hierarchy, depth, and emphasis.
  </Card>

  <Card title="Filters" icon="wand-magic-sparkles" href="/concepts/filters">
    Blur, contrast, saturation, hue, and color-effect adjustments for media and art.
  </Card>

  <Card title="Borders" icon="square" href="/concepts/borders">
    Border width, style, radius, and color utilities for framing and separation.
  </Card>

  <Card title="Components" icon="puzzle" href="/concepts/components">
    Bundled component presets starting with the shipped button families.
  </Card>

  <Card title="Breakpoints" icon="mobile" href="/concepts/responsive-utilities">
    The `--on-*` suffix system for responsive structural utilities.
  </Card>

  <Card title="Fluid scaling" icon="brackets-round" href="/concepts/fluid-scaling">
    How `clamp()`-based scaling works, why it matters, and which families ship fluid scaling.
  </Card>

  <Card title="Variables" icon="code" href="/concepts/variables">
    CSS custom properties, bundled tokens such as `var(--border-*)`, and Elementor Variables.
  </Card>
</CardGroup>

## Start here

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Install the plugin, import the Skelementor Preset, learn how categories fit together, and apply your first classes in Elementor.
</Card>
