From df287f74ec2416620bafa5aa58617144b69a886c Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 15 Mar 2024 15:43:42 -0400 Subject: [PATCH] Use two colors in the example Co-authored-by: Robert Fekete --- userguide/content/en/docs/adding-content/lookandfeel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userguide/content/en/docs/adding-content/lookandfeel.md b/userguide/content/en/docs/adding-content/lookandfeel.md index f1a574520..ce8872230 100644 --- a/userguide/content/en/docs/adding-content/lookandfeel.md +++ b/userguide/content/en/docs/adding-content/lookandfeel.md @@ -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);