Created by: Kovah
Replaces some raw colors with the appropriate color variables where it makes sense. Examples:
-
#eeewill be replaced by$gray-lighter(#eceeef) -
#333will be replaced by$gray-dark(#373a3c)
The two colors #fff and #ddd are not replaced by a variable. In my opinion it would make sense to add a new variable for #ddd because it's widely used but I wanted to ask first. Also the naming of the variable needs to be discussed.
Reference: #14840 (closed)