Variable Remapping: In style-v2.css, variables like --color-obsidian are remapped to new light-mode tokens. This can be confusing for a developer reading the code.
- Recommendation: Move toward semantic naming (e.g., --color-bg-primary) across the entire codebase.
Variable Remapping: In style-v2.css, variables like --color-obsidian are remapped to new light-mode tokens. This can be confusing for a developer reading the code.