Shopify/polaris-tokens

Remove `-base` suffix from base color variables

harbify opened this issue · 1 comments

Right now we use variable names like $color-ink-base for the default Ink color value. We should remove the -base suffix because it's confusing. It should follow the color name and the way it's used in the color function: color('ink').

Closed in #22. Thanks for the suggestion!