diff --git a/scss/mixins/_deprecate.scss b/scss/mixins/_deprecate.scss
index df070bc596..23615804af 100644
--- a/scss/mixins/_deprecate.scss
+++ b/scss/mixins/_deprecate.scss
@@ -5,6 +5,6 @@
// some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap)
@mixin deprecate($name, $deprecate-version, $remove-version, $ignore-warning: false) {
@if ($enable-deprecation-messages != false and $ignore-warning != true) {
- @warn "#{$name} has been deprecated as of #{$deprecate-version}. It will be removed entirely in #{$remove-version}.";
+ @warn "#{$name} has been deprecated as of Bootstrap #{$deprecate-version}. It will be removed entirely in Bootstrap #{$remove-version}.";
}
}
diff --git a/scss/mixins/_star-rating.scss b/scss/mixins/_star-rating.scss
deleted file mode 100644
index 71e466faa7..0000000000
--- a/scss/mixins/_star-rating.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-@include deprecate("`form-star-rating()`", "v5.3.2", "v6.0.0");
-
-// scss-docs-start form-star-rating-mixin
-@mixin form-star-rating($color) {
- background-image: escape-svg(url("data:image/svg+xml,"));
-}
-// scss-docs-end form-star-rating-mixin
diff --git a/site/content/docs/0.0/migration-from-boosted.md b/site/content/docs/0.0/migration-from-boosted.md
index 95fe925bd4..9e00f53e77 100644
--- a/site/content/docs/0.0/migration-from-boosted.md
+++ b/site/content/docs/0.0/migration-from-boosted.md
@@ -6,10 +6,9 @@ group: migration
aliases:
- "/migration-from-boosted/"
- "/docs/migration-from-boosted/"
+toc: true
---
-# Migrating from Boosted
-
This guide provides information on how to migrate from Boosted (latest release) to OUDS Web.
## Fonts
@@ -23,9 +22,17 @@ Technically, it means that you can get rid of the following things:
## Components
+### Close button
+
- Warning `.btn-close-white` class has been removed as it was deprecated in Boosted v5.3.3.
-### CSS and Sass variables
+## Forms
+
+### Checks & radios
+
+- Warning `form-star-rating()` mixin has been removed as it was deprecated in Boosted v5.3.2.
+
+## CSS and Sass variables
- Warning Dropped deprecated Sass variables: