## Summary Remove unused `--color-sg-*` CSS tokens from the Figma extraction. ## Required changes - Delete unused `--color-sg-*` variables. - Retain variables that have active references, including `--color-sg-focused`. ## Affected areas - `src/index.css` ## Acceptance criteria - Every retained `--color-sg-*` token has a current use. - The application styling remains unchanged. ## Source - Review comment: https://github.com/Alejandroq12/task-flow/pull/20#issuecomment-5275227882 - Pull request: https://github.com/Alejandroq12/task-flow/pull/20 - Requested by: @Alejandroq12
Summary
Remove unused
--color-sg-*CSS tokens from the Figma extraction.Required changes
--color-sg-*variables.--color-sg-focused.Affected areas
src/index.cssAcceptance criteria
--color-sg-*token has a current use.Source