Attempting to make a change in the bootstrap primary color using linear-gradient
, but encountering an issue:
$theme-colors: (
"primary": linear-gradient(to right, #373b44, #4286f4)
);
The error message displayed is:
$link-hover-color: darken($link-color, 15%) !default; ^ Argument `$color` of `darken($color, $amount)` must be a color