design-system icon indicating copy to clipboard operation
design-system copied to clipboard

Migration: Add color replacement schematics

Open gfellerph opened this issue 3 years ago • 0 comments

image

Some of these variables can be replaced by their new equivalents automatically. Extend the schematics to handle that.

$white-alpha-x: rgba(var(--white-rgb), x/10);
$black-alpha-x: rgba(var(--black-rgb), x/10);

$primary-color: $gray-80;
$secondary-color: $gray-60;

// All renamed vars

gfellerph avatar Oct 17 '22 09:10 gfellerph