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
No properties match your filter.
| Property | Value |
|---|
0
Total declarations
0
Unique properties
0
Selectors used
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
- Paste your full CSS stylesheet into the input panel.
- Click "Inspect" (or press Ctrl+Enter) to parse the stylesheet.
- The tool scans every declaration block for properties starting with "--".
- Results appear in a sortable, searchable table — alphabetically ordered by property name.
- Use the search box to filter by property name or value.
- 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