Skip to content

Commit

Permalink
fix(docs): typo in Alerts CSS Variables description (#35575)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
julien-deramond and XhmikosR committed Dec 21, 2021
1 parent 8ccb27a commit 32401fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.1/components/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ When an alert is dismissed, the element is completely removed from the page stru

<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.2.0</small>

As part of Bootstrap's evolving CSS variables approach, buttons now use local CSS variables on `.alert` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
As part of Bootstrap's evolving CSS variables approach, alerts now use local CSS variables on `.alert` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.

{{< scss-docs name="alert-css-vars" file="scss/_alert.scss" >}}

Expand Down

0 comments on commit 32401fd

Please sign in to comment.