From: Julien Déramond Date: Tue, 21 Dec 2021 07:09:43 +0000 (+0100) Subject: fix(docs): typo in Alerts CSS Variables description (#35575) X-Git-Tag: v5.2.0-beta1~344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32401fdc37266972e0ab545872377865ffd02647;p=thirdparty%2Fbootstrap.git fix(docs): typo in Alerts CSS Variables description (#35575) Co-authored-by: XhmikosR --- diff --git a/site/content/docs/5.1/components/alerts.md b/site/content/docs/5.1/components/alerts.md index 97a9d4e3f4..27feda5775 100644 --- a/site/content/docs/5.1/components/alerts.md +++ b/site/content/docs/5.1/components/alerts.md @@ -162,7 +162,7 @@ When an alert is dismissed, the element is completely removed from the page stru Added in v5.2.0 -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" >}}