_variables.scss 89 B

12345
  1. $theme-colors: (
  2. "danger": #f24400,
  3. );
  4. $link-color: map-get($theme-colors, "danger");