Skip to content

Commit

Permalink
Use two colors in the example
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Fekete <fekete77.robert@gmail.com>
  • Loading branch information
chalin and fekete-robert committed Mar 15, 2024
1 parent cfeccd2 commit df287f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userguide/content/en/docs/adding-content/lookandfeel.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ To add colors to or modify Bootstrap's [color maps], use

```scss
$custom-colors: (
"my-favorite-color": purple
"my-favorite-color": purple,
"my-other-color": pink
);

$theme-colors: map-merge($theme-colors, $custom-colors);
Expand Down

0 comments on commit df287f7

Please sign in to comment.