aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-07-10 16:26:44 +0200
committerMark Otto <[email protected]>2023-07-16 20:39:54 -0700
commit6a9b9af59e0e279e3fc6eb46a043f9a4eae578fe (patch)
treeabf6f93c8d943679e561017b09a17cfca80faa6d /site
parent8c135169e7ef5a4d6b92b99e21630711d7830963 (diff)
downloadbootstrap-6a9b9af59e0e279e3fc6eb46a043f9a4eae578fe.tar.xz
bootstrap-6a9b9af59e0e279e3fc6eb46a043f9a4eae578fe.zip
New Sass variable to change vertical rule width
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.3/helpers/vertical-rule.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/content/docs/5.3/helpers/vertical-rule.md b/site/content/docs/5.3/helpers/vertical-rule.md
index 334eb3e0a..130f97b8a 100644
--- a/site/content/docs/5.3/helpers/vertical-rule.md
+++ b/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" >}}