CSS Custom Property Inspector

Paste a CSS stylesheet and get a sorted, searchable list of every --custom-property declaration with its value and selector.

CSS Input

Results

Paste CSS and click Inspect

Copied!

Summary

Paste a CSS stylesheet and get a sorted, searchable list of every --custom-property declaration with its value and selector.

How it works

  1. Paste your full CSS stylesheet into the input panel.
  2. Click "Inspect" (or press Ctrl+Enter) to parse the stylesheet.
  3. The tool scans every declaration block for properties starting with "--".
  4. Results appear in a sortable, searchable table — alphabetically ordered by property name.
  5. Use the search box to filter by property name or value.
  6. Copy any value with one click, or export the full list as a CSV.

Use cases

  • Audit a design system to find all color, spacing, and typography tokens.
  • Debug theming issues by quickly seeing what custom properties are defined.
  • Document a third-party library's CSS variables for customization.
  • Detect duplicate or conflicting custom property definitions.
  • Extract a design token inventory before migrating to a new system.
  • Compare two stylesheets by inspecting each and diffing the exports.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu