You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
294 B
11 lines
294 B
/**
|
|
These colors are either deprecated or will move into colors.scss
|
|
when approved for the design system
|
|
**/
|
|
|
|
// These are declared as variables and hoisted because they are
|
|
// used as rgba's and native rgba doesn't accept var()
|
|
$alto: #dedede;
|
|
$black: #000;
|
|
$white: #fff;
|
|
$monzo: #d0021b;
|
|
|