design-system
                                
                                 design-system copied to clipboard
                                
                                    design-system copied to clipboard
                            
                            
                            
                        Migration: Add color replacement schematics

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