Motivation
#1210 introduces new color variables in the files base/_variables.scss and variables/_colors.scss. Defining colors in two separate files makes the codebase harder to maintain.
Proposal
To improve maintainability, we should consolidate these into a single file and remove any unused variables and colors.
Motivation
#1210 introduces new color variables in the files
base/_variables.scssandvariables/_colors.scss. Defining colors in two separate files makes the codebase harder to maintain.Proposal
To improve maintainability, we should consolidate these into a single file and remove any unused variables and colors.