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