aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-10-05 10:17:07 +0000
committerMario <mario@mariovavti.com>2023-10-05 10:17:07 +0000
commit32f2de17d4faeb7b74b0f1b46c43800e3acedf36 (patch)
tree002328a2aad702ba3b7068992337f8aa2bb59997 /vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md
parent600e8081a82f088ff513664379a1557ae5078193 (diff)
downloadvolse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.gz
volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.bz2
volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.zip
composer update bootstrap
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md b/vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md
index 334eb3e0a..130f97b8a 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md
+++ b/vendor/twbs/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md
@@ -43,3 +43,11 @@ They can also be used in [stacks]({{< docsref "/helpers/stacks" >}}):
<div class="p-2">Third item</div>
</div>
{{< /example >}}
+
+## CSS
+
+### Sass variables
+
+Customize the vertical rule Sass variable to change its width.
+
+{{< scss-docs name="vr-variables" file="scss/_variables.scss" >}}