]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: use added-in shortcode in Offcanvas (#36836)
authorJulien Déramond <julien.deramond@orange.com>
Mon, 25 Jul 2022 17:11:44 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 17:11:44 +0000 (19:11 +0200)
site/content/docs/5.2/components/offcanvas.md

index 39a5fb826d132d5fbf3fe8b00c83b91ba48e4518..ffe69a8986abda3e97597f7b11ad2141ad2f775f 100644 (file)
@@ -155,7 +155,7 @@ When backdrop is set to static, the offcanvas will not close when clicking outsi
 
 ## Responsive
 
-<small class="d-inline-flex px-2 py-1 fw-semibold text-success bg-success bg-opacity-10 rounded-2">Added in v5.2.0</small>
+{{< added-in "5.2.0" >}}
 
 Responsive offcanvas classes hide content outside the viewport from a specified breakpoint and down. Above that breakpoint, the contents within will behave as usual. For example, `.offcanvas-lg` hides content in an offcanvas below the `lg` breakpoint, but shows the content above the `lg` breakpoint.
 
@@ -245,7 +245,7 @@ Since the offcanvas panel is conceptually a modal dialog, be sure to add `aria-l
 
 ### Variables
 
-<small class="d-inline-flex px-2 py-1 fw-semibold text-success bg-success bg-opacity-10 rounded-2">Added in v5.2.0</small>
+{{< added-in "5.2.0" >}}
 
 As part of Bootstrap's evolving CSS variables approach, offcanvas now uses local CSS variables on `.offcanvas` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.