# Examples Real examples from sessions demonstrating this skill. --- ## Example: DJ Directory Inline Style Extraction **Source**: session 2026-03-24 **Context**: Extracting ~136 inline styles from Django templates into CSS classes ### Key Observations The codebase had: - Color pairs partially defined (--color-on-bg, --color-surface, etc.) but used inconsistently - Some inline styles used tokens correctly (`var(--space-4)`) but as inline styles instead of classes - Mismatched color pairs: `--color-on-bg-muted` used on `--color-surface` backgrounds (violates Rule 2) - `rgba()` used in `.detail-cover` gradient — acceptable per Rule 2 exception for non-text effects - Unscoped `footer` selector risk — item cards have `