From 864a5ef1a172c28289f79a24edf0a5241ccc7006 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 28 Jun 2020 21:05:43 +0300 Subject: [PATCH 1/4] Bump RFS tag --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index c63732915852..8b3b7f1e52ea 100644 --- a/config.yml +++ b/config.yml @@ -50,7 +50,7 @@ params: current_version: "5.0.0-alpha1" current_ruby_version: "5.0.0-alpha1" docs_version: "5.0" - rfs_version: "9.0.2" + rfs_version: "9.0.3" github_org: "https://github.com/twbs" repo: "https://github.com/twbs/bootstrap" twitter: "getbootstrap" From 6f6555dbe717980fc4c30e5bae2f2c3d925083d6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 28 Jun 2020 21:05:52 +0300 Subject: [PATCH 2/4] Use the site param for icons --- site/content/docs/5.0/components/toasts.md | 2 +- site/content/docs/5.0/extend/icons.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index 8ac4a1c63b38..50d09478c824 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -100,7 +100,7 @@ When you have multiple toasts, we default to vertically stacking them in a reada ### Custom content -Customize your toasts by removing sub-components, tweaking with [utilities]({{< docsref "/utilities/api" >}}), or adding your own markup. Here we've created a simpler toast by removing the default `.toast-header`, adding a custom hide icon from [Bootstrap Icons](https://icons.getbootstrap.com), and using some [flexbox utilities]({{< docsref "/utilities/flex" >}}) to adjust the layout. +Customize your toasts by removing sub-components, tweaking with [utilities]({{< docsref "/utilities/api" >}}), or adding your own markup. Here we've created a simpler toast by removing the default `.toast-header`, adding a custom hide icon from [Bootstrap Icons]({{< param icons >}}), and using some [flexbox utilities]({{< docsref "/utilities/flex" >}}) to adjust the layout. {{< example class="bg-light" >}}