5 lines
89 B
SCSS
5 lines
89 B
SCSS
$theme-colors: (
|
|
"danger": #f24400,
|
|
);
|
|
|
|
$link-color: map-get($theme-colors, "danger");
|