Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Dec 29, 2023
1 parent 67be6a0 commit 090aacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions site/content/docs/5.3/components/list-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ As part of Boosted's evolving CSS variables approach, list groups now use local

{{< deprecated-in "5.3.0" >}}

Was used in to generate the [contextual variant classes](#variants) for `.list-group-item`s.

{{< scss-docs name="list-group-mixin" file="scss/mixins/_list-group.scss" >}}

### Sass loops
Expand Down
5 changes: 4 additions & 1 deletion site/content/docs/5.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu
- <span class="badge text-bg-danger">Breaking</span> The dark variant of the breadcrumb (`.btn-close-white`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`.

- **Dropdown**
- <span class="badge text-bg-success">New</span> Rendering has been updated based on the new design specifications.
- <span class="badge text-bg-danger">Breaking</span> Dropdown markup has changed by replacing `.btn-secondary` by `.btn-dropdown` class. Please reflect this modification into your websites.
- <span class="badge text-bg-danger">Breaking</span> The dark variant of the dropdown (`.dropdown-menu-dark`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`.
- <span class="badge text-bg-danger">Breaking</span> The variants using secondary buttons have changed their markup by replacing `.btn-secondary` by `.btn-outline-secondary`. Please reflect this modification into your websites.
Expand Down Expand Up @@ -180,7 +181,9 @@ All the examples have a mode selector on the bottom right corner to switch betwe

- <span class="badge text-bg-success">New</span> A new `button-outline-variant()` mixin has been added.

- <span class="badge text-bg-breaking">Breaking</span> The `button-variant()` mixin has removed its last argument.
- <span class="badge text-bg-danger">Breaking</span> The `button-variant()` mixin has removed its last argument.

- <span class="badge text-bg-danger">Breaking</span> `$accessible-orange` and `$brand-orange` Sass variables have been removed. Please refer to the [new color theme documentation]({{< docsref "/customize/color-theme" >}}) and the [new color palette documentation]({{< docsref "/customize/color-palette" >}}) for more details about the new color modes mechanism.

- <details class="mb-2">
<summary><span class="badge text-bg-success">New</span> CSS variables:</summary>
Expand Down

0 comments on commit 090aacf

Please sign in to comment.