# CSS Variable Demos
Custom properties and var() resolution.
## Demos
| `definition.jsonl` | --custom-properties |
| `resolution.jsonl` | var() usage |
| `fallbacks.jsonl` | var(--name, fallback) |
| `chaining.jsonl` | Variables referencing variables |